-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 07, 2024 at 03:43 AM
-- Server version: 8.0.40
-- PHP Version: 8.3.13

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

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

--
-- Table structure for table `wp_all_in_one_redirection`
--

CREATE TABLE `wp_all_in_one_redirection` (
  `id` int NOT NULL,
  `rtype` int NOT NULL,
  `source_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `destination_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reg_expression` int NOT NULL DEFAULT '0',
  `hide_url` int NOT NULL DEFAULT '0',
  `hits` int NOT NULL DEFAULT '0',
  `referrer` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_access` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wp_commentmeta`
--

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

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

--
-- Table structure for table `wp_comments`
--

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

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

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint UNSIGNED NOT NULL,
  `event_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_e_events`
--

INSERT INTO `wp_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2022-09-19T13:12:48.343-06:30\"}', '2022-09-19 13:12:48');

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

--
-- Table structure for table `wp_links`
--

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

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

--
-- Table structure for table `wp_nextend2_image_storage`
--

CREATE TABLE `wp_nextend2_image_storage` (
  `id` int NOT NULL,
  `hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_nextend2_image_storage`
--

INSERT INTO `wp_nextend2_image_storage` (`id`, `hash`, `image`, `value`) VALUES
(1, '2ad3f0ffd50f169e477c49907b243db6', '$upload$/2022/09/1663827103124-1.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(2, '41b9357ccc3252d29dc0f3ca8bc52c57', '$upload$/2022/09/maxresdefault.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(3, 'a43b452e6a8754f8ea215ea91ead1ac9', '$upload$/2022/09/1663828703742-1.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(4, '4347024a99389d6e3b6505429d123864', '$upload$/2022/09/IMG-20220922-WA0006-1.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(5, 'fd1961f4340917a47171e0e7d5e3b025', '$upload$/2022/09/1663827103144-1.jpeg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19');

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

--
-- Table structure for table `wp_nextend2_section_storage`
--

CREATE TABLE `wp_nextend2_section_storage` (
  `id` int NOT NULL,
  `application` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `section` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `referencekey` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `system` int NOT NULL DEFAULT '0',
  `editable` int NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_nextend2_section_storage`
--

INSERT INTO `wp_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `system`, `editable`) VALUES
(10000, 'smartslider', 'settings', '', '{\"n2_ss3_version\":\"3.5.1.9\\/b:release-3.5.1.9\\/r:e122aaff11bdb7dcf3f29d7722c73a9a6f51f552\"}', 0, 1),
(10001, 'smartslider', 'free', 'dismissNewsletterSampleSliders', '1', 0, 1),
(10618, 'smartslider', 'sliderChanged', '2', '0', 0, 1),
(10619, 'cache', 'notweb/n2-ss-2', 'data.manifest', '{\"generator\":[]}', 0, 1),
(10620, 'cache', 'notweb/n2-ss-2', 'variations.manifest', '1', 0, 1),
(10621, 'cache', 'notweb/n2-ss-2', 'slideren_US1.manifest', '{\"hash\":\"\",\"nextCacheRefresh\":2145916800,\"currentPath\":\"0332c27cc2337e300447ccee0b5f2254\",\"version\":\"3.5.1.9\"}', 0, 1),
(10622, 'cache', 'notweb/n2-ss-2', 'slideren_US1', '{\"html\":\"<div class=\\\"n2-section-smartslider fitvidsignore  n2_clear\\\" data-ssid=\\\"2\\\" tabindex=\\\"0\\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><div id=\\\"n2-ss-2-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-2\\\" data-creator=\\\"Smart Slider 3\\\" data-responsive=\\\"fullwidth\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition  \\\">\\n\\n\\n\\n<div class=\\\"n2-ss-slider-wrapper-inside\\\">\\n        <div class=\\\"n2-ss-slider-1 n2_ss__touch_element n2-ow\\\">\\n            <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\n                                                <div class=\\\"n2-ss-slider-3 n2-ow\\\">\\n\\n                    <div class=\\\"n2-ss-slide-backgrounds n2-ow-all\\\"><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"1\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/1663827103124-1.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"2\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/1663828703742-1.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"3\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/IMG-20220922-WA0006-1.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"4\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/1663827103144-1.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"5\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/maxresdefault.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><\\/div>                    <div class=\\\"n2-ss-slider-4 n2-ow\\\">\\n                        <svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1300 600\\\" data-related-device=\\\"desktopPortrait\\\" class=\\\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\\\"><\\/svg><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"20\\\" data-slide-public-id=\\\"1\\\" data-title=\\\"1663827103124\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-20\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">1663827103124<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-cgamBAdsP6T9\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"17\\\" data-slide-public-id=\\\"2\\\" data-title=\\\"1663828703742\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-17\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">1663828703742<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-qzXBCy9e9PYH\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"18\\\" data-slide-public-id=\\\"3\\\" data-title=\\\"IMG-20220922-WA0006\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-18\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">IMG-20220922-WA0006<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-n5HDcovHBmEY\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"19\\\" data-slide-public-id=\\\"4\\\" data-title=\\\"1663827103144\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-19\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">1663827103144<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-OvjUwbtNny9H\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"21\\\" data-slide-public-id=\\\"5\\\" data-title=\\\"maxresdefault\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-21\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">maxresdefault<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-PgJ3BA2LUNUB\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div>                    <\\/div>\\n\\n                                    <\\/div>\\n            <\\/div>\\n        <\\/div>\\n        <div class=\\\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\\\"><div style=\\\"--widget-offset:5px;\\\" class=\\\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade\\\" data-hide-mobileportrait=\\\"1\\\" id=\\\"n2-ss-2-arrow-previous\\\" role=\\\"button\\\" aria-label=\\\"previous arrow\\\" tabindex=\\\"0\\\"><img width=\\\"32\\\" height=\\\"32\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\\\" alt=\\\"previous arrow\\\"><\\/div><\\/div><div class=\\\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\\\"><div style=\\\"--widget-offset:5px;\\\" class=\\\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade\\\" data-hide-mobileportrait=\\\"1\\\" id=\\\"n2-ss-2-arrow-next\\\" role=\\\"button\\\" aria-label=\\\"next arrow\\\" tabindex=\\\"0\\\"><img width=\\\"32\\\" height=\\\"32\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\\\" alt=\\\"next arrow\\\"><\\/div><\\/div><div class=\\\"n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom\\\"><div style=\\\"--widget-offset:5px;\\\" class=\\\"n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-bullet-horizontal\\\" data-hide-mobileportrait=\\\"1\\\"><div class=\\\" nextend-bullet-bar n2-bar-justify-content-center\\\"><div class=\\\"n2-bullet n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot \\\" style=\\\"visibility:hidden;\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><ss3-loader><\\/ss3-loader><\\/div><\\/div><div class=\\\"n2_clear\\\"><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroupPreload\":{\"smartslider\":\"\\/home\\/idipiacom\\/public_html\\/akaashbelting.com\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider.min.css\"},\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":{\"n2-ss-2\":\"div#n2-ss-2 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-2 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-2:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-2 .n2-ss-slider-3{display:grid;grid-template-areas:\'cover\';position:relative;overflow:hidden;z-index:10;}div#n2-ss-2 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-2 .n2-ss-slide-backgrounds,div#n2-ss-2 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-2 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-2 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-2 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-2 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:\'slide\';}div#n2-ss-2 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-2.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-2 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-2 .n2-ss-slide{perspective:1500px;}div#n2-ss-2 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-2 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-2 .nextend-arrow img{position:relative;display:block;}div#n2-ss-2 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-2 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-2 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-2 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-2 .nextend-arrow-animated > div{position:relative;}div#n2-ss-2 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-2 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-2 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-2 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-2 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-2 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14;}div#n2-ss-2 .n2-ss-control-bullet--calculate-size{left:0 !important;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-2 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-2 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-2 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-2 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-2 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-2 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s;}div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default;}div#n2-ss-2 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000;}div#n2-ss-2 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-2 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot{background: RGBA(255,255,255,0);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border: 2px solid RGBA(255,255,255,0.8);border-radius:50px;margin:4px;}div#n2-ss-2 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot.n2-active, div#n2-ss-2 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot:HOVER, div#n2-ss-2 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot:FOCUS{background: #ffffff;border: 2px solid RGBA(255,255,255,1);}div#n2-ss-2 .n2-ss-slide-limiter{max-width:1300px;}div#n2-ss-2 .nextend-arrow img{width: 32px}@media (min-width: 1200px){div#n2-ss-2 [data-hide-desktopportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-2 [data-hide-tabletportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-2 [data-hide-mobileportrait=\\\"1\\\"]{display: none !important;}div#n2-ss-2 .nextend-arrow img{width: 16px}}\"},\"globalInline\":[]},\"less\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroupPreload\":[],\"staticGroup\":{\"smartslider-frontend\":\"\\/home\\/idipiacom\\/public_html\\/akaashbelting.com\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider-frontend.min.js\",\"ss-simple\":\"\\/home\\/idipiacom\\/public_html\\/akaashbelting.com\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Slider\\/SliderType\\/Simple\\/Assets\\/dist\\/ss-simple.min.js\",\"w-arrow-image\":\"\\/home\\/idipiacom\\/public_html\\/akaashbelting.com\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Widget\\/Arrow\\/ArrowImage\\/Assets\\/dist\\/w-arrow-image.min.js\",\"w-bullet\":\"\\/home\\/idipiacom\\/public_html\\/akaashbelting.com\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Widget\\/Bullet\\/Assets\\/dist\\/w-bullet.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"_N2.r([\\\"documentReady\\\",\\\"smartslider-frontend\\\",\\\"SmartSliderWidgetArrowImage\\\",\\\"SmartSliderWidgetBulletTransition\\\",\\\"ss-simple\\\"],function(){new _N2.SmartSliderSimple(\'n2-ss-2\', {\\\"admin\\\":false,\\\"background.video.mobile\\\":1,\\\"loadingTime\\\":2000,\\\"alias\\\":{\\\"id\\\":0,\\\"smoothScroll\\\":0,\\\"slideSwitch\\\":0,\\\"scroll\\\":1},\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"responsive\\\":{\\\"mediaQueries\\\":{\\\"all\\\":false,\\\"desktopportrait\\\":[\\\"(min-width: 1200px)\\\"],\\\"tabletportrait\\\":[\\\"(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)\\\",\\\"(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)\\\"],\\\"mobileportrait\\\":[\\\"(orientation: landscape) and (max-width: 900px)\\\",\\\"(orientation: portrait) and (max-width: 700px)\\\"]},\\\"base\\\":{\\\"slideOuterWidth\\\":1300,\\\"slideOuterHeight\\\":600,\\\"sliderWidth\\\":1300,\\\"sliderHeight\\\":600,\\\"slideWidth\\\":1300,\\\"slideHeight\\\":600},\\\"hideOn\\\":{\\\"desktopLandscape\\\":false,\\\"desktopPortrait\\\":false,\\\"tabletLandscape\\\":false,\\\"tabletPortrait\\\":false,\\\"mobileLandscape\\\":false,\\\"mobilePortrait\\\":false},\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"fullwidth\\\",\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"focusUser\\\":1,\\\"focusEdge\\\":\\\"auto\\\",\\\"breakpoints\\\":[{\\\"device\\\":\\\"tabletPortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":1199,\\\"landscapeWidth\\\":1199},{\\\"device\\\":\\\"mobilePortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":700,\\\"landscapeWidth\\\":900}],\\\"enabledDevices\\\":{\\\"desktopLandscape\\\":0,\\\"desktopPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"mobileLandscape\\\":0,\\\"mobilePortrait\\\":1},\\\"sizes\\\":{\\\"desktopPortrait\\\":{\\\"width\\\":1300,\\\"height\\\":600,\\\"max\\\":3000,\\\"min\\\":1200},\\\"tabletPortrait\\\":{\\\"width\\\":701,\\\"height\\\":323,\\\"customHeight\\\":false,\\\"max\\\":1199,\\\"min\\\":701},\\\"mobilePortrait\\\":{\\\"width\\\":320,\\\"height\\\":147,\\\"customHeight\\\":false,\\\"max\\\":900,\\\"min\\\":320}},\\\"overflowHiddenPage\\\":0,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":1,\\\"start\\\":1,\\\"duration\\\":6000,\\\"autoplayLoop\\\":1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":\\\"0\\\",\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0},\\\"interval\\\":1,\\\"intervalModifier\\\":\\\"loop\\\",\\\"intervalSlide\\\":\\\"current\\\"},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":600,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"initCallbacks\\\":function(){new _N2.SmartSliderWidgetArrowImage(this);new _N2.SmartSliderWidgetBulletTransition(this, {\\\"area\\\":10,\\\"dotClasses\\\":\\\"n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot \\\",\\\"mode\\\":\\\"\\\",\\\"action\\\":\\\"click\\\"});}});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/1663827103124-1.jpg\",\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/1663828703742-1.jpg\",\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/IMG-20220922-WA0006-1.jpg\",\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/1663827103144-1.jpeg\",\"\\/\\/www.akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/maxresdefault.jpg\"]}}}', 0, 1);

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

--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--

CREATE TABLE `wp_nextend2_smartslider3_generators` (
  `id` int NOT NULL,
  `group` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--

CREATE TABLE `wp_nextend2_smartslider3_sliders` (
  `id` int NOT NULL,
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--

INSERT INTO `wp_nextend2_smartslider3_sliders` (`id`, `alias`, `title`, `type`, `params`, `status`, `time`, `thumbnail`, `ordering`) VALUES
(1, NULL, 'Tutorial Slider', 'simple', '{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"Raleway,Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize-scale\":\"0\",\"optimize-quality\":\"70\",\"optimize-thumbnail-scale\":\"0\",\"optimize-thumbnail-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}', 'published', '2020-02-25 13:53:41', 'https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png', 1),
(2, NULL, 'Gradient Slider', 'simple', '{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"alias-slideswitch-scroll\":\"1\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"width\":\"1300\",\"height\":\"600\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"1300\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"980\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"0\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"1\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"5\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"5\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"ffffff00\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffff\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;background-size:cover;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"0\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-tablet-width\":\"100\",\"widget-thumbnail-tablet-height\":\"60\",\"widget-thumbnail-mobile-width\":\"100\",\"widget-thumbnail-mobile-height\":\"60\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\\\ntransition: all 0.4s;\\\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"autoplay\":\"1\",\"autoplayDuration\":\"6000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"loading-type\":\"\",\"delay\":\"0\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"optimize-scale\":\"1\",\"optimize-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimize-thumbnail-scale\":\"1\",\"optimize-thumbnail-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"backgroundMode\":\"fill\",\"backgroundBlurFit\":\"7\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"is-delayed\":\"0\",\"legacy-font-scale\":\"0\",\"classes\":\"\",\"custom-css-codes\":\"\",\"loading-time\":\"2000\",\"related-posts\":\"\",\"version\":\"3.5.1.9\"}', 'published', '2022-09-19 10:51:49', '$upload$/slider2/fullwidhtgradient.png', 0);

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

--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--

CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
  `group_id` int NOT NULL,
  `slider_id` int NOT NULL,
  `ordering` int NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--

INSERT INTO `wp_nextend2_smartslider3_sliders_xref` (`group_id`, `slider_id`, `ordering`) VALUES
(0, 2, 0);

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

--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--

CREATE TABLE `wp_nextend2_smartslider3_slides` (
  `id` int NOT NULL,
  `title` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slider` int NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int NOT NULL,
  `slide` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `thumbnail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL,
  `generator_id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--

INSERT INTO `wp_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES
(1, 'Slide Background', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 1, 0),
(2, 'Build & Design', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 2, 0),
(17, '1663828703742', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[]', '', '$upload$/2022/09/1663828703742-1.jpg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$/2022/09/1663828703742-1.jpg\",\"version\":\"3.5.1.9\"}', 2, 0),
(18, 'IMG-20220922-WA0006', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[]', '', '$upload$/2022/09/IMG-20220922-WA0006-1.jpg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$/2022/09/IMG-20220922-WA0006-1.jpg\",\"version\":\"3.5.1.9\"}', 3, 0),
(19, '1663827103144', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[]', '', '$upload$/2022/09/1663827103144-1.jpeg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$/2022/09/1663827103144-1.jpeg\",\"version\":\"3.5.1.9\"}', 4, 0),
(20, '1663827103124', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[]', '', '$upload$/2022/09/1663827103124-1.jpg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$/2022/09/1663827103124-1.jpg\",\"version\":\"3.5.1.9\"}', 1, 0),
(21, 'maxresdefault', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[]', '', '$upload$/2022/09/maxresdefault.jpg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$/2022/09/maxresdefault.jpg\",\"version\":\"3.5.1.9\"}', 5, 0);

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

--
-- Table structure for table `wp_options`
--

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

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://www.akaashbelting.com', 'yes'),
(2, 'home', 'https://www.akaashbelting.com', 'yes'),
(3, 'blogname', 'AKAASH BELTING (P) LTD', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'demo1@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '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', '0', '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:195:{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:15:\"ourcountries/?$\";s:35:\"index.php?post_type=bdevs-countries\";s:45:\"ourcountries/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=bdevs-countries&feed=$matches[1]\";s:40:\"ourcountries/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=bdevs-countries&feed=$matches[1]\";s:32:\"ourcountries/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=bdevs-countries&paged=$matches[1]\";s:14:\"ourservices/?$\";s:34:\"index.php?post_type=bdevs-services\";s:44:\"ourservices/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=bdevs-services&feed=$matches[1]\";s:39:\"ourservices/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=bdevs-services&feed=$matches[1]\";s:31:\"ourservices/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=bdevs-services&paged=$matches[1]\";s:11:\"ourcases/?$\";s:31:\"index.php?post_type=bdevs-cases\";s:41:\"ourcases/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=bdevs-cases&feed=$matches[1]\";s:36:\"ourcases/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=bdevs-cases&feed=$matches[1]\";s:28:\"ourcases/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=bdevs-cases&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"country-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?country-categories=$matches[1]&feed=$matches[2]\";s:54:\"country-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?country-categories=$matches[1]&feed=$matches[2]\";s:35:\"country-categories/([^/]+)/embed/?$\";s:51:\"index.php?country-categories=$matches[1]&embed=true\";s:47:\"country-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?country-categories=$matches[1]&paged=$matches[2]\";s:29:\"country-categories/([^/]+)/?$\";s:40:\"index.php?country-categories=$matches[1]\";s:59:\"service-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?service-categories=$matches[1]&feed=$matches[2]\";s:54:\"service-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?service-categories=$matches[1]&feed=$matches[2]\";s:35:\"service-categories/([^/]+)/embed/?$\";s:51:\"index.php?service-categories=$matches[1]&embed=true\";s:47:\"service-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?service-categories=$matches[1]&paged=$matches[2]\";s:29:\"service-categories/([^/]+)/?$\";s:40:\"index.php?service-categories=$matches[1]\";s:57:\"cases-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?cases-categories=$matches[1]&feed=$matches[2]\";s:52:\"cases-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?cases-categories=$matches[1]&feed=$matches[2]\";s:33:\"cases-categories/([^/]+)/embed/?$\";s:49:\"index.php?cases-categories=$matches[1]&embed=true\";s:45:\"cases-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?cases-categories=$matches[1]&paged=$matches[2]\";s:27:\"cases-categories/([^/]+)/?$\";s:38:\"index.php?cases-categories=$matches[1]\";s:40:\"ourcountries/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ourcountries/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ourcountries/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ourcountries/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ourcountries/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"ourcountries/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"ourcountries/([^/]+)/embed/?$\";s:48:\"index.php?bdevs-countries=$matches[1]&embed=true\";s:33:\"ourcountries/([^/]+)/trackback/?$\";s:42:\"index.php?bdevs-countries=$matches[1]&tb=1\";s:53:\"ourcountries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?bdevs-countries=$matches[1]&feed=$matches[2]\";s:48:\"ourcountries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?bdevs-countries=$matches[1]&feed=$matches[2]\";s:41:\"ourcountries/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?bdevs-countries=$matches[1]&paged=$matches[2]\";s:48:\"ourcountries/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?bdevs-countries=$matches[1]&cpage=$matches[2]\";s:37:\"ourcountries/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?bdevs-countries=$matches[1]&page=$matches[2]\";s:29:\"ourcountries/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ourcountries/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ourcountries/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ourcountries/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ourcountries/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"ourcountries/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"ourservices/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ourservices/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ourservices/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ourservices/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ourservices/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ourservices/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ourservices/([^/]+)/embed/?$\";s:47:\"index.php?bdevs-services=$matches[1]&embed=true\";s:32:\"ourservices/([^/]+)/trackback/?$\";s:41:\"index.php?bdevs-services=$matches[1]&tb=1\";s:52:\"ourservices/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?bdevs-services=$matches[1]&feed=$matches[2]\";s:47:\"ourservices/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?bdevs-services=$matches[1]&feed=$matches[2]\";s:40:\"ourservices/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?bdevs-services=$matches[1]&paged=$matches[2]\";s:47:\"ourservices/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?bdevs-services=$matches[1]&cpage=$matches[2]\";s:36:\"ourservices/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?bdevs-services=$matches[1]&page=$matches[2]\";s:28:\"ourservices/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ourservices/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ourservices/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ourservices/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ourservices/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ourservices/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"ourcases/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"ourcases/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"ourcases/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ourcases/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ourcases/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"ourcases/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"ourcases/([^/]+)/embed/?$\";s:44:\"index.php?bdevs-cases=$matches[1]&embed=true\";s:29:\"ourcases/([^/]+)/trackback/?$\";s:38:\"index.php?bdevs-cases=$matches[1]&tb=1\";s:49:\"ourcases/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?bdevs-cases=$matches[1]&feed=$matches[2]\";s:44:\"ourcases/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?bdevs-cases=$matches[1]&feed=$matches[2]\";s:37:\"ourcases/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?bdevs-cases=$matches[1]&paged=$matches[2]\";s:44:\"ourcases/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?bdevs-cases=$matches[1]&cpage=$matches[2]\";s:33:\"ourcases/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?bdevs-cases=$matches[1]&page=$matches[2]\";s:25:\"ourcases/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"ourcases/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"ourcases/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"ourcases/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"ourcases/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"ourcases/[^/]+/([^/]+)/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=219&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:8:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:31:\"bdevs-element/bdevs-element.php\";i:2;s:31:\"bdevs-toolkit/bdevs-toolkit.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:15:\"kirki/kirki.php\";i:7;s:33:\"smart-slider-3/smart-slider-3.php\";i:8;s:25:\"tablepress/tablepress.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:69:\"/home/giftechi/akaashbelting.com/wp-content/themes/visapass/style.css\";i:1;s:74:\"/home/giftechi/akaashbelting.com/demo/wp-content/themes/visapass/style.css\";i:2;s:88:\"/home/giftechi/akaashbelting.com/demo/wp-content/themes/visapass/inc/template-helper.php\";i:3;s:75:\"/home/giftechi/akaashbelting.com/demo/wp-content/themes/visapass/footer.php\";i:4;s:91:\"/home/giftechi/akaashbelting.com/demo/wp-content/themes/visapass/inc/template-functions.php\";}', 'no'),
(40, 'template', 'visapass', 'yes'),
(41, 'stylesheet', 'visapass', '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:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '73', 'yes'),
(82, 'page_on_front', '219', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '2342', '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', '1722854722', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:75:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:13:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:10:\"nav_menu-2\";i:1;s:13:\"custom_html-3\";i:2;s:10:\"nav_menu-3\";i:3;s:10:\"nav_menu-4\";i:4;s:13:\"custom_html-4\";}s:12:\"blog-sidebar\";a:7:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:8:\"search-1\";i:4;s:20:\"bdevs-latest-posts-1\";i:5;s:12:\"categories-1\";i:6;s:11:\"tag_cloud-1\";}s:8:\"footer-1\";a:1:{i:0;s:13:\"custom_html-1\";}s:8:\"footer-2\";a:1:{i:0;s:13:\"custom_html-9\";}s:8:\"footer-3\";a:1:{i:0;s:14:\"custom_html-10\";}s:10:\"footer-2-1\";a:0:{}s:10:\"footer-2-2\";a:0:{}s:10:\"footer-2-3\";a:0:{}s:16:\"services-sidebar\";a:6:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:21:\"bdevs-services-cats-1\";i:3;s:13:\"custom_html-5\";i:4;s:28:\"bdevs_services_form_widget-1\";i:5;s:13:\"custom_html-6\";}s:17:\"countries-sidebar\";a:3:{i:0;s:22:\"bdevs-countries-cats-1\";i:1;s:28:\"bdevs_services_form_widget-2\";i:2;s:13:\"custom_html-7\";}s:18:\"smartslider_area_1\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:6:{i:1730965238;a:5:{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;}}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:1730965244;a:4:{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: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;}}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:1730965363;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:1731397238;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1731423270;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'nonce_key', 'FlXv|rUw5D,?#Bed,UGO(4f)J{{]u!fSr#`p[+_T:T:l_z]5x%6_:.%&ab?Un8Lu', 'no'),
(116, 'nonce_salt', '+jdEY1KZ2e G&p<c?+$sTgO.YcU-;^h2:3xGxgav2Aqa{ajbZ{Q$P1,Wsxb+5K20', 'no'),
(117, 'widget_tag_cloud', 'a:2:{i:1;a:3:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:5:{i:1;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";s:2:\"34\";}i:2;a:2:{s:5:\"title\";s:16:\"Visa Information\";s:8:\"nav_menu\";s:2:\"35\";}i:3;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";s:2:\"34\";}i:4;a:2:{s:5:\"title\";s:16:\"Visa Information\";s:8:\"nav_menu\";s:2:\"35\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_custom_html', 'a:9:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:846:\"<div class=\"footer-logo mb-30\">\r\n    <a href=\"#\"><img src=\"http://akaashbelting.com/wp-content/uploads/2022/09/footer-logo1.png\" alt=\"logo\"></a>\r\n</div>\r\n<div class=\"footer__widget-content\">\r\n    <div class=\"footer__logo-area\">\r\n        <p>Venta quality policy is to meet and exceed customer’s needs & expectations to ensure the Company’s future prosperity.</p>\r\n        <div class=\"social\">\r\n            <ul>\r\n                <li><a href=\"#\"><i class=\"fab fa-facebook-f\"></i></a></li>\r\n                <li><a href=\"#\"><i class=\"fab fa-twitter\"></i></a></li>\r\n                <li><a href=\"#\"><i class=\"fab fa-pinterest-p\"></i></a></li>\r\n                <li><a href=\"#\"><i class=\"fab fa-instagram\"></i></a></li>\r\n                <li><a href=\"#\"><i class=\"fab fa-linkedin-in\"></i></a></li>\r\n            </ul>\r\n        </div>\r\n    </div>\r\n</div>\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:1415:\"<div class=\"footer-about-1\">\r\n    <div class=\"footer-about-1-content\">\r\n        <div class=\"footer-logo footer-logo-3 mb-30\">\r\n            <a href=\"https://www.devsnews.com/wp/visapass\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/themes/visapass/assets/img/logo/logo-white.png\" alt=\"\"></a>\r\n        </div>\r\n        <p class=\"mb-50\">Sed perspiciatis unde omnis natus error voluptatem accusan doloreqe laudantium totam aperiam eaque sipsa quae abillo inventore</p>\r\n        <h4 class=\"footer-about-1__title mb-30\">\r\n        Follow Us\r\n        </h4>\r\n        <ul class=\"social_links\">\r\n            <li>\r\n                <a class=\"\" href=\"#\">\r\n                    <i class=\"fab fa-facebook-f\"></i>\r\n                </a>\r\n            </li>\r\n            <li>\r\n                <a class=\"\" href=\"#\">\r\n                    <i class=\"fab fa-twitter\"></i>\r\n                </a>\r\n            </li>\r\n            <li>\r\n                <a class=\"\" href=\"#\">\r\n                    <i class=\"fab fa-instagram\"></i>\r\n                    \r\n                </a>\r\n            </li>\r\n            <li>\r\n                <a class=\"\" href=\"#\">\r\n                    <i class=\"fab fa-pinterest-p\"></i>\r\n                </a>\r\n            </li>\r\n            <li>\r\n                <a class=\"\" href=\"#\">\r\n                    <i class=\"fab fa-linkedin-in\"></i>\r\n                </a>\r\n            </li>\r\n        </ul>\r\n    </div>\r\n</div>\";}i:4;a:2:{s:5:\"title\";s:12:\"Get in Touch\";s:7:\"content\";s:432:\"<ul class=\"footer-widget_menu-link-info\">\r\n    <li><a href=\"tel:1587203692\"><i class=\"fal fa-phone-alt\"></i> <span> 1 587 203 692</span> </a></li>\r\n    <li><a href=\"mailto:support@gmail.com\"><i class=\"fal fa-envelope\"></i> <span>support@gmail.com</span></a></li>\r\n    <li><a href=\"https://goo.gl/maps/BVJP2UB42DL6N6qy7\"><i class=\"fal fa-map-marker-alt\"></i> <span>250 Halderman Rd, West Alexandria, OH, 45381</span> </a></li>\r\n</ul>\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:2319:\"                    <div class=\"sidebar__widget mb-30 theme-bg pd-30\">\r\n                        <div class=\"sidebar__widget-title title-white mb-40\">\r\n                            <h4>Download</h4>\r\n                        </div>\r\n                        <div class=\"sidebar__widget-content\">\r\n                                <ul>\r\n                                <li class=\"d-flex align-items-center mb-20 pdf-btm-border\">\r\n                                        <div class=\"docu__thumb mr-15\">\r\n                                            <a href=\"#\"><i class=\"fas fa-file-pdf\"></i></a>\r\n                                        </div>\r\n                                        <div class=\"docu__text\">\r\n                                            <h6><a href=\"#\">Service Broohoru</a></h6>\r\n                                            <p>PDF<span>12Mb</span></p> \r\n                                        </div>\r\n                                </li>\r\n                                <li class=\"d-flex align-items-center mb-20 pdf-btm-border\">\r\n                                        <div class=\"docu__thumb mr-15\">\r\n                                            <a href=\"#\"><i class=\"fas fa-file-pdf\"></i></a>\r\n                                        </div>\r\n                                        <div class=\"docu__text\">\r\n                                            <h6><a href=\"#\">Visa Application Form</a></h6>\r\n                                            <p>PDF<span>12Mb</span></p> \r\n                                        </div>\r\n                                    </li>\r\n                                    <li class=\"d-flex align-items-center mb-20 pdf-btm-border pdf-btm-none\">\r\n                                        <div class=\"docu__thumb mr-15\">\r\n                                            <a href=\"#\"><i class=\"fas fa-file-pdf\"></i></a>\r\n                                        </div>\r\n                                        <div class=\"docu__text\">\r\n                                            <h6><a href=\"#\">Admission Form</a></h6>\r\n                                            <p>PDF<span>12Mb</span></p> \r\n                                        </div>\r\n                                    </li>\r\n                                </ul>\r\n                        </div>\r\n                    </div>\";}i:6;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:556:\"<div class=\"sidebar__widget mb-30\">\r\n    <div class=\"sidebar__widget-content\">\r\n        <div class=\"sidebar__widget-content-banner\">\r\n            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/business-adds.jpg\" alt=\"img\">\r\n            <div class=\"sidebar__widget-content-banner-text\">\r\n                <span>Higher Study</span>\r\n                <h2>In Austalia</h2>\r\n                <a href=\"https://www.devsnews.com/wp/visapass/contact/\" class=\"banner-btn\">Apply Visa</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\";}i:7;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:556:\"<div class=\"sidebar__widget mb-30\">\r\n    <div class=\"sidebar__widget-content\">\r\n        <div class=\"sidebar__widget-content-banner\">\r\n            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/business-adds.jpg\" alt=\"img\">\r\n            <div class=\"sidebar__widget-content-banner-text\">\r\n                <span>Higher Study</span>\r\n                <h2>In Austalia</h2>\r\n                <a href=\"https://www.devsnews.com/wp/visapass/contact/\" class=\"banner-btn\">Apply Visa</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\";}i:9;a:2:{s:5:\"title\";s:16:\"Corporate Office\";s:7:\"content\";s:384:\"<div class=\"footer-corp-address\">\r\n	1st & 2nd Floor,<br> # 348/4/1/A, Netaji Nagar, Salem Tabri,<br> Near ICICI Bank,<br> City Ludhiana-141008<br> (Punjab) INDIA<br>\r\n	Email: <a href=\"info@akaashbelting.com\">info@akaashbelting.com</a><br>\r\nPhone: <a href=\"tel:98889 34699\">98889 34699</a>, <a href=\"tel:0161 5002003\">0161 5002003</a>, <a href=\"tel:98143 14699\">98143 14699</a>\r\n</div>\";}i:10;a:2:{s:5:\"title\";s:11:\"Head Office\";s:7:\"content\";s:228:\"<div class=\"footer-head-office\">\r\n	2624, Opposite Sugar Mill,<br> Muktsar Road,<br> City- Malout-152107<br> (Punjab) INDIA.<br>\r\nPhone: <a href=\"tel:98143 14699\">98143 14699</a>, <a href=\"tel:98889 34699\">98889 34699</a>\r\n</div>\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'recovery_keys', 'a:0:{}', 'yes'),
(124, 'theme_mods_twentytwentytwo', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1663573341;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'),
(127, 'https_detection_errors', 'a:0:{}', 'yes'),
(134, 'logged_in_key', 'E$?$?IOr<1]BL%]3xg=a3q7ljS(l..5erB85{OYCR}]TW$YxPI,.:[05O<y/BEd3', 'no'),
(135, 'logged_in_salt', 'od9fXhs=1;e+qXI6~iu!UX&3<UbwEy,Z)fY&^a8SSQF77p*NfiZ.GS/bA^KuwAOO', 'no'),
(136, 'auth_key', 'gmJIUm/U9:fuV:T[I)$k{x]p63uS-g)dN>YZEH/g)/h@NSQO6XPfC>8W2[qZ`Ejf', 'no'),
(137, 'auth_salt', '{POC[BpuF0w-6!S]>kq}>X _y*%CGRJRX ]zgGqz{nAk/z7/fdmLyT4R/@y?o[MH', 'no'),
(158, 'finished_updating_comment_type', '1', 'yes'),
(164, 'current_theme', 'Visapass', 'yes'),
(165, 'theme_mods_visapass', 'a:43:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:33;}s:18:\"custom_css_post_id\";i:-1;s:22:\"visapass_topbar_switch\";b:1;s:18:\"visapass_preloader\";b:1;s:18:\"visapass_backtotop\";b:1;s:21:\"visapass_header_right\";b:0;s:26:\"visapass_showheader_search\";b:1;s:31:\"visapass_footer_social_profiles\";b:1;s:21:\"visapass_footer_right\";b:1;s:20:\"visapass_footer_left\";b:1;s:17:\"breadcrumb_bg_img\";s:70:\"http://akaashbelting.com/wp-content/uploads/2022/09/inner-banner-1.jpg\";s:21:\"footer_style_2_switch\";b:1;s:21:\"choose_default_footer\";s:14:\"footer-style-1\";s:18:\"visapass_footer_bg\";s:0:\"\";s:27:\"visapass_footer_newslatters\";b:1;s:29:\"visapass_terms_condition_text\";s:0:\"\";s:28:\"visapass_privacy_policy_text\";s:0:\"\";s:18:\"visapass_time_text\";s:13:\"Working Hours\";s:13:\"visapass_time\";s:18:\"10:00 AM - 7:00 PM\";s:18:\"visapass_side_hide\";b:1;s:19:\"visapass_apply_link\";s:37:\"https://akaashbelting.com/contact-us/\";s:21:\"visapass_address_link\";s:171:\"https://www.google.com/maps/place/MARKFED+Sugar+Mill/@30.2093013,74.4804267,17z/data=!3m1!4b1!4m5!3m4!1s0x3917113950ad6b39:0x7b881d473e06afec!8m2!3d30.2093011!4d74.4826203\";s:18:\"visapass_logo_size\";d:152;s:11:\"custom_logo\";i:2357;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1663574096;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:13:\"custom_html-3\";i:1;s:10:\"nav_menu-3\";i:2;s:10:\"nav_menu-4\";i:3;s:13:\"custom_html-4\";}s:12:\"blog-sidebar\";a:7:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:8:\"search-1\";i:4;s:20:\"bdevs-latest-posts-1\";i:5;s:12:\"categories-1\";i:6;s:11:\"tag_cloud-1\";}s:8:\"footer-1\";a:1:{i:0;s:13:\"custom_html-1\";}s:8:\"footer-2\";a:1:{i:0;s:10:\"nav_menu-1\";}s:8:\"footer-3\";a:1:{i:0;s:10:\"nav_menu-2\";}s:8:\"footer-4\";a:1:{i:0;s:13:\"custom_html-2\";}s:16:\"services-sidebar\";a:6:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:21:\"bdevs-services-cats-1\";i:3;s:13:\"custom_html-5\";i:4;s:28:\"bdevs_services_form_widget-1\";i:5;s:13:\"custom_html-6\";}s:17:\"countries-sidebar\";a:3:{i:0;s:22:\"bdevs-countries-cats-1\";i:1;s:28:\"bdevs_services_form_widget-2\";i:2;s:13:\"custom_html-7\";}}}s:21:\"visapass_color_option\";s:7:\"#007c33\";s:24:\"visapass_secondary_color\";s:7:\"#007c33\";s:14:\"visapass_email\";s:0:\"\";s:18:\"visapass_apply_btn\";s:11:\"Enquire Now\";s:4:\"logo\";s:70:\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/main-logo.png\";s:13:\"seconday_logo\";s:70:\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/main-logo.png\";s:19:\"visapass_extra_mail\";s:0:\"\";s:20:\"visapass_extra_phone\";s:13:\"0161-5002003 \";s:22:\"visapass_extra_address\";s:113:\"1st &amp; 2nd Floor, # 348/4/1/A, Netaji Nagar, Salem Tabri, Near ICICI Bank, City Ludhiana-141008 (Punjab) INDIA\";s:31:\"visapass_footer_newsletter_text\";s:0:\"\";s:27:\"visapass_privacy_policy_url\";s:0:\"\";s:28:\"visapass_copyright_cell_text\";s:0:\"\";s:30:\"visapass_copyright_cell_number\";s:0:\"\";s:29:\"visapass_terms_condition_link\";s:0:\"\";s:18:\"visapass_copyright\";s:62:\"Copyright © 2022 AKAASH BELTING (P) LTD.. All Rights Reserved\";s:20:\"choose_defaultheader\";s:14:\"header-style-1\";s:20:\"footer_widget_number\";s:1:\"3\";}', 'yes'),
(166, 'theme_switched', '', 'yes'),
(167, 'acf_version', '5.12.3', 'yes'),
(168, 'widget_bdevs-services-cats', 'a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";s:1:\"4\";s:11:\"posts_order\";s:4:\"DESC\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(169, 'widget_bdevs-countries-cats', 'a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";s:1:\"8\";s:11:\"posts_order\";s:4:\"DESC\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(170, 'widget_bdevs-latest-posts', 'a:2:{i:1;a:3:{s:5:\"title\";s:12:\"Recent News \";s:5:\"count\";s:1:\"3\";s:11:\"posts_order\";s:4:\"DESC\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(171, 'widget_bdevs_services_form_widget', 'a:3:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:15:\"subscribe_style\";s:0:\"\";s:19:\"mailchimp_shortcode\";s:21:\"[mc4wp_form id=\"880\"]\";}i:2;a:3:{s:5:\"title\";s:0:\"\";s:15:\"subscribe_style\";s:0:\"\";s:19:\"mailchimp_shortcode\";s:21:\"[mc4wp_form id=\"880\"]\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(172, 'widget_bdevs_subscriber_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(173, 'widget_bdevs-latest-posts-footer', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(174, 'elementor_active_kit', '6', 'yes'),
(177, 'elementor_version', '3.7.6', 'yes'),
(178, 'elementor_install_history', 'a:1:{s:5:\"3.7.6\";i:1663573365;}', 'yes'),
(179, 'elementor_events_db_version', '1.0.0', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(181, 'elementor_log', 'a:3:{s:32:\"de37ef35317ebd119cfa952311f9f251\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-09-19 07:42:46\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";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:23094;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-11-05 09:17:16\";i:1;s:19:\"2024-11-05 09:45:16\";i:2;s:19:\"2024-11-05 11:12:18\";i:3;s:19:\"2024-11-05 11:12:18\";i:4;s:19:\"2024-11-05 12:53:08\";i:5;s:19:\"2024-11-05 13:14:09\";i:6;s:19:\"2024-11-05 13:33:48\";i:7;s:19:\"2024-11-05 13:33:49\";i:8;s:19:\"2024-11-05 13:58:48\";i:9;s:19:\"2024-11-05 13:59:14\";i:10;s:19:\"2024-11-05 13:59:14\";i:11;s:19:\"2024-11-05 14:48:06\";i:12;s:19:\"2024-11-05 19:30:58\";i:13;s:19:\"2024-11-05 21:14:27\";i:14;s:19:\"2024-11-05 21:48:59\";i:15;s:19:\"2024-11-05 22:56:55\";i:16;s:19:\"2024-11-06 00:56:12\";i:17;s:19:\"2024-11-06 00:56:25\";i:18;s:19:\"2024-11-06 00:57:14\";i:19;s:19:\"2024-11-06 00:57:28\";i:20;s:19:\"2024-11-06 00:58:56\";i:21;s:19:\"2024-11-06 00:59:11\";i:22;s:19:\"2024-11-06 10:11:07\";i:23;s:19:\"2024-11-06 11:13:14\";i:24;s:19:\"2024-11-06 11:13:14\";i:25;s:19:\"2024-11-06 11:46:07\";i:26;s:19:\"2024-11-06 11:56:44\";i:27;s:19:\"2024-11-06 12:50:03\";i:28;s:19:\"2024-11-06 12:50:11\";i:29;s:19:\"2024-11-06 12:50:11\";i:30;s:19:\"2024-11-06 16:08:54\";i:31;s:19:\"2024-11-06 19:40:45\";i:32;s:19:\"2024-11-06 19:40:46\";i:33;s:19:\"2024-11-06 19:40:46\";i:34;s:19:\"2024-11-06 19:58:51\";i:35;s:19:\"2024-11-06 19:58:54\";i:36;s:19:\"2024-11-06 19:58:55\";i:37;s:19:\"2024-11-07 00:36:37\";i:38;s:19:\"2024-11-07 02:13:46\";i:39;s:19:\"2024-11-07 03:02:35\";i:40;s:19:\"2024-11-07 05:03:12\";i:41;s:19:\"2024-11-07 06:39:35\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:100:\"/home/giftechi/akaashbelting.com/demo/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:100:\"/home/giftechi/akaashbelting.com/demo/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;}s:32:\"8b8c6294507a407b44e9118820b8bcad\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2022-09-19 10:29:24\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:32:\"T.getContainer is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:17;s:14:\"\0*\0times_dates\";a:17:{i:0;s:19:\"2022-09-19 10:29:24\";i:1;s:19:\"2022-09-19 11:55:07\";i:2;s:19:\"2022-09-19 11:56:09\";i:3;s:19:\"2022-09-19 11:56:20\";i:4;s:19:\"2022-09-19 11:58:43\";i:5;s:19:\"2022-09-19 11:58:49\";i:6;s:19:\"2022-09-19 12:00:55\";i:7;s:19:\"2022-09-19 12:01:16\";i:8;s:19:\"2022-09-19 12:01:19\";i:9;s:19:\"2022-09-19 12:01:29\";i:10;s:19:\"2022-09-19 12:01:40\";i:11;s:19:\"2022-09-19 12:01:53\";i:12;s:19:\"2022-09-19 12:04:34\";i:13;s:19:\"2022-09-19 12:04:37\";i:14;s:19:\"2022-09-20 12:11:38\";i:15;s:19:\"2022-09-20 12:13:23\";i:16;s:19:\"2022-09-20 12:13:43\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1663583364\";s:7:\"message\";s:32:\"T.getContainer is not a function\";s:3:\"url\";s:93:\"https://akaashbelting.com/demo/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.6\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"692080\";}s:7:\"\0*\0file\";s:93:\"https://akaashbelting.com/demo/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.6\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"692080\";}s:32:\"86261fed63aaed6a360c4126c665ec75\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2022-09-19 10:57:46\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading \\&#039;localized\\&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:6;s:14:\"\0*\0times_dates\";a:6:{i:0;s:19:\"2022-09-19 10:57:46\";i:1;s:19:\"2022-09-19 10:57:46\";i:2;s:19:\"2022-09-19 12:36:59\";i:3;s:19:\"2022-09-19 12:36:59\";i:4;s:19:\"2022-09-19 12:36:59\";i:5;s:19:\"2022-09-19 12:36:59\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1663585066\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \\\'localized\\\')\";s:3:\"url\";s:93:\"https://akaashbelting.com/demo/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.6\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"767576\";}s:7:\"\0*\0file\";s:93:\"https://akaashbelting.com/demo/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.6\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"767576\";}}', 'off'),
(182, 'elementor_onboarded', '1', 'yes'),
(183, '_elementor_installed_time', '1663573370', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(184, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;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:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(185, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:64:\"Image Optimizer 1.5: Introducing AVIF Compression and Conversion\";s:7:\"excerpt\";s:165:\"Upgrade to Image Optimizer v1.5 and experience the power of AVIF, the next-gen image format that delivers better compression, smaller file sizes, and higher quality.\";s:7:\"created\";i:1722327900;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:116:\"https://elementor.com/blog/introducing-avif/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:57:\"New Off-Canvas Widget & Element Caching in Elementor 3.22\";s:7:\"excerpt\";s:147:\"Build Interactive Layouts with the Off-Canvas Widget and Give Your Websites a Major Performance Improvement by Activating Element Caching and More!\";s:7:\"created\";i:1718720040;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-322-off-canvas-element-caching/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:73:\"AI 0.4 Release: Context Boosts A 58% Content Uplift for Improved Workflow\";s:7:\"excerpt\";s:163:\"Hitting creative walls & code roadblocks? Elementor AI\'s update creates a future where AI writes captivating copy with a 58% approval boost... what else can it do?\";s:7:\"created\";i:1716217283;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-ai-enhanced-workflow-and-high-quality-results/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(189, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.6.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1663573405;s:7:\"version\";s:5:\"5.6.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(190, 'widget_wpzoom_instagram_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(191, 'wpzoom_run_only_once_01', '1', 'yes'),
(192, 'wpzoom_run_only_once_02', '1', 'yes'),
(193, 'wpzoom-instagram-transition-between-4_7-4_8-versions', '1', 'yes'),
(196, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(197, 'category_children', 'a:0:{}', 'yes'),
(198, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(199, 'country-categories_children', 'a:0:{}', 'yes'),
(200, 'service-categories_children', 'a:0:{}', 'yes'),
(201, 'cases-categories_children', 'a:0:{}', 'yes'),
(203, 'woocommerce_demo_store', 'no', 'yes'),
(204, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'yes'),
(205, 'woocommerce_shop_page_display', '', 'yes'),
(206, 'woocommerce_category_archive_display', '', 'yes'),
(207, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(208, 'woocommerce_catalog_columns', '4', 'yes'),
(209, 'woocommerce_catalog_rows', '4', 'yes'),
(210, 'woocommerce_single_image_width', '600', 'yes'),
(211, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(212, 'woocommerce_thumbnail_cropping', '1:1', 'yes'),
(213, 'woocommerce_thumbnail_cropping_custom_width', '4', 'yes'),
(214, 'woocommerce_thumbnail_cropping_custom_height', '3', 'yes'),
(215, 'woocommerce_checkout_company_field', 'optional', 'yes'),
(216, 'woocommerce_checkout_address_2_field', 'optional', 'yes'),
(217, 'woocommerce_checkout_phone_field', 'required', 'yes'),
(218, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(219, 'woocommerce_checkout_terms_and_conditions_checkbox_text', 'I have read and agree to the website [terms]', 'yes'),
(220, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(221, 'woocommerce_terms_page_id', '', 'yes'),
(222, 'nav_menus_created_posts', 'a:0:{}', 'yes'),
(224, 'widget_recent-comments', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(225, 'widget_recent-posts', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(236, 'recently_activated', 'a:0:{}', 'yes'),
(245, 'site_logo', '2357', 'yes'),
(246, 'nav_menu_options', 'a:1:{s:8:\"auto_add\";a:0:{}}', 'yes'),
(249, 'theme_mods_visapass-child', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:33;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1663574108;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:13:\"custom_html-3\";i:1;s:10:\"nav_menu-3\";i:2;s:10:\"nav_menu-4\";i:3;s:13:\"custom_html-4\";}s:12:\"blog-sidebar\";a:7:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:8:\"search-1\";i:4;s:20:\"bdevs-latest-posts-1\";i:5;s:12:\"categories-1\";i:6;s:11:\"tag_cloud-1\";}s:8:\"footer-1\";a:1:{i:0;s:13:\"custom_html-1\";}s:8:\"footer-2\";a:1:{i:0;s:10:\"nav_menu-1\";}s:8:\"footer-3\";a:1:{i:0;s:10:\"nav_menu-2\";}s:8:\"footer-4\";a:1:{i:0;s:13:\"custom_html-2\";}s:16:\"services-sidebar\";a:6:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:21:\"bdevs-services-cats-1\";i:3;s:13:\"custom_html-5\";i:4;s:28:\"bdevs_services_form_widget-1\";i:5;s:13:\"custom_html-6\";}s:17:\"countries-sidebar\";a:3:{i:0;s:22:\"bdevs-countries-cats-1\";i:1;s:28:\"bdevs_services_form_widget-2\";i:2;s:13:\"custom_html-7\";}}}}', 'no'),
(261, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(262, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(263, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(318, 'secure_auth_key', 'MRq8gA7l$zO!bS&zg9BZ39:+8Dl=I4FGq(IW}Vs.U,4K/FIZ|M,.O*HkjO6C<J8g', 'no'),
(319, 'secure_auth_salt', 'v;DT9=`YuMGK+oQEq&KD&njEEp.fs_6D@Etv71Uq*DuA=ke}dAJ-RrRE_g-Rrw~<', 'no'),
(355, 'n2_ss3_version', '3.5.1.9/b:release-3.5.1.9/r:e122aaff11bdb7dcf3f29d7722c73a9a6f51f552', 'yes'),
(356, 'widget_smartslider3', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(388, 'tablepress_plugin_options', '{\"plugin_options_db_version\":43,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.14\",\"first_activation\":1663585593,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}', 'yes'),
(389, 'tablepress_tables', '{\"last_id\":7,\"table_post\":{\"2\":2113,\"3\":2127,\"4\":2129,\"5\":2131,\"6\":2133,\"7\":2376}}', 'yes'),
(598, '_transient_health-check-site-status-result', '{\"good\":19,\"recommended\":2,\"critical\":2}', 'yes'),
(867, 'secret_key', 'f}*@mlU{I1l`b}F!![xQ-f0%Vt^mYhgnquMop vY$HK^HZ{h>{ji9TJ9YD>YY39>', 'no'),
(1407, 'WPLANG', '', 'yes'),
(1408, 'new_admin_email', 'demo1@gmail.com', 'yes'),
(1419, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1663852055;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'),
(1670, 'swr_force_type', 'non-www', 'yes'),
(1671, 'recovery_mode_email_last_sent', '1663915889', 'yes'),
(1688, 'all-in-one-redirection-setting', '{\"host\":\"HTTPS\",\"www\":\"WWW\",\"setting_host_www\":\"TRUE\",\"setting_default_siteurl\":\"FALSE\",\"remove_redirection\":\"FALSE\"}', 'yes'),
(1822, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:18:{s:9:\"shortcode\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:5:\"about\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:7:\"heading\";a:2:{s:7:\"content\";s:672:\"<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:5:\"3.7.6\";}s:5:\"image\";a:2:{s:7:\"content\";s:268:\"<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:5:\"3.7.6\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:718:\"<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:5:\"3.7.6\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:666:\"<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\";s:7:\"version\";s:5:\"3.7.6\";}s:11:\"google_maps\";a:2:{s:7:\"content\";s:178:\"<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>\";s:7:\"version\";s:5:\"3.7.6\";}s:3:\"cf7\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:12:\"contact_info\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:10:\"course_tab\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:3:\"faq\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:5:\"brand\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:12:\"country_list\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:7:\"service\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:9:\"post_list\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:4:\"fact\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:8:\"icon_box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}s:15:\"country_details\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.7.6\";}}}}', 'yes'),
(3386, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"demo1@gmail.com\";s:7:\"version\";s:5:\"6.6.2\";s:9:\"timestamp\";i:1726001426;}', 'off'),
(17007, 'db_upgraded', '', 'yes'),
(20030, 'wp_attachment_pages_enabled', '1', 'yes'),
(25228, 'can_compress_scripts', '1', 'yes'),
(33668, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(33796, 'elementor_allow_tracking', 'no', 'auto'),
(33797, 'elementor_tracker_notice', '1', 'auto'),
(37962, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1730922046;s:15:\"version_checked\";s:5:\"6.6.2\";s:12:\"translations\";a:0:{}}', 'off'),
(43108, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1730922046;s:7:\"checked\";a:2:{s:14:\"visapass-child\";s:5:\"1.0.0\";s:8:\"visapass\";s:5:\"1.0.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(43110, '_site_transient_timeout_php_check_609c1a82457d7fea842997453a6bb9d6', '1731403033', 'off'),
(43111, '_site_transient_php_check_609c1a82457d7fea842997453a6bb9d6', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(43139, '_transient_timeout_tablepress_c1981bdc23764b50245c7cb1f24e9f2e', '1730904486', 'off'),
(43140, '_transient_tablepress_c1981bdc23764b50245c7cb1f24e9f2e', '\n<table id=\"tablepress-7\" class=\"tablepress tablepress-id-7\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">Type </th><th colspan=\"4\" class=\"column-2\">Classical</th><th colspan=\"4\" class=\"column-6\">Wedge</th><th colspan=\"2\" class=\"column-10\">Narrow V</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\">Section</td><td class=\"column-2\">ZX</td><td class=\"column-3\">AX</td><td class=\"column-4\">BX</td><td class=\"column-5\">CX</td><td class=\"column-6\">SPZX</td><td class=\"column-7\">SPAX</td><td class=\"column-8\">SPBX</td><td class=\"column-9\">SPCX</td><td class=\"column-10\">3VX</td><td class=\"column-11\">5VX</td>\n</tr>\n<tr class=\"row-3 odd\">\n	<td class=\"column-1\">Top Width (mm)</td><td class=\"column-2\">10</td><td class=\"column-3\">13</td><td class=\"column-4\">17</td><td class=\"column-5\">22</td><td class=\"column-6\">10</td><td class=\"column-7\">13</td><td class=\"column-8\">16.5</td><td class=\"column-9\">22</td><td class=\"column-10\">9.7</td><td class=\"column-11\">15.7</td>\n</tr>\n<tr class=\"row-4 even\">\n	<td class=\"column-1\">Thickness (mm)</td><td class=\"column-2\">6</td><td class=\"column-3\">8</td><td class=\"column-4\">11</td><td class=\"column-5\">14</td><td class=\"column-6\">8</td><td class=\"column-7\">10</td><td class=\"column-8\">13</td><td class=\"column-9\">18</td><td class=\"column-10\">8</td><td class=\"column-11\">13.5</td>\n</tr>\n<tr class=\"row-5 odd\">\n	<td class=\"column-1\">Incl. angle (deg)</td><td class=\"column-2\">38</td><td class=\"column-3\">38</td><td class=\"column-4\">38</td><td class=\"column-5\">38</td><td class=\"column-6\">38</td><td class=\"column-7\">38</td><td class=\"column-8\">38</td><td class=\"column-9\">38</td><td class=\"column-10\">38</td><td class=\"column-11\">38</td>\n</tr>\n<tr class=\"row-6 even\">\n	<td class=\"column-1\">Nominal Length</td><td class=\"column-2\">26-75 inch </td><td class=\"column-3\">19-150 inch</td><td class=\"column-4\">28-150 inch</td><td class=\"column-5\">32-150 inch </td><td class=\"column-6\">650-3800 mm</td><td class=\"column-7\">700-3800 mm</td><td class=\"column-8\">1000-3800 mm</td><td class=\"column-9\">1000-3800 mm</td><td class=\"column-10\">25-150 inch</td><td class=\"column-11\">45-150 inch</td>\n</tr>\n</tbody>\n</table>\n', 'off'),
(43141, '_transient_timeout_tablepress_c_8f14e45fceea167a5a36dedd4bea2543', '1730990886', 'off'),
(43142, '_transient_tablepress_c_8f14e45fceea167a5a36dedd4bea2543', '[\"tablepress_c1981bdc23764b50245c7cb1f24e9f2e\"]', 'off'),
(43173, '_transient_timeout_tablepress_bf0ee003d132b408ff37b0c48d78fda8', '1730933815', 'off'),
(43174, '_transient_tablepress_bf0ee003d132b408ff37b0c48d78fda8', '\n<table id=\"tablepress-4\" class=\"tablepress tablepress-id-4\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">Section</th><th class=\"column-2\">15</th><th class=\"column-3\">17</th><th class=\"column-4\">19</th><th class=\"column-5\">21</th><th class=\"column-6\">25</th><th class=\"column-7\">30</th><th class=\"column-8\">32</th><th class=\"column-9\">36</th><th class=\"column-10\">38</th><th class=\"column-11\">40</th><th class=\"column-12\">45</th><th class=\"column-13\">50</th><th class=\"column-14\">55</th><th class=\"column-15\">60</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\">Top Width (mm)</td><td class=\"column-2\">15</td><td class=\"column-3\">17</td><td class=\"column-4\">19</td><td class=\"column-5\">21</td><td class=\"column-6\">25</td><td class=\"column-7\">30</td><td class=\"column-8\">32</td><td class=\"column-9\">36</td><td class=\"column-10\">38</td><td class=\"column-11\">40</td><td class=\"column-12\">45</td><td class=\"column-13\">50</td><td class=\"column-14\">55</td><td class=\"column-15\">60</td>\n</tr>\n<tr class=\"row-3 odd\">\n	<td class=\"column-1\">Thickness (mm)</td><td class=\"column-2\">9</td><td class=\"column-3\">8</td><td class=\"column-4\">11</td><td class=\"column-5\">9</td><td class=\"column-6\">13</td><td class=\"column-7\">12</td><td class=\"column-8\">16</td><td class=\"column-9\">14</td><td class=\"column-10\">18</td><td class=\"column-11\">20</td><td class=\"column-12\">20</td><td class=\"column-13\">20</td><td class=\"column-14\">22</td><td class=\"column-15\">25</td>\n</tr>\n<tr class=\"row-4 even\">\n	<td class=\"column-1\">Angle (deg)</td><td class=\"column-2\">30</td><td class=\"column-3\">30</td><td class=\"column-4\">30</td><td class=\"column-5\">30</td><td class=\"column-6\">30</td><td class=\"column-7\">30</td><td class=\"column-8\">30</td><td class=\"column-9\">30</td><td class=\"column-10\">30</td><td class=\"column-11\">30</td><td class=\"column-12\">30</td><td class=\"column-13\">30</td><td class=\"column-14\">30</td><td class=\"column-15\">30</td>\n</tr>\n</tbody>\n</table>\n', 'off'),
(43175, '_transient_timeout_tablepress_c_a87ff679a2f3e71d9181a67b7542122c', '1731020215', 'off'),
(43176, '_transient_tablepress_c_a87ff679a2f3e71d9181a67b7542122c', '[\"tablepress_bf0ee003d132b408ff37b0c48d78fda8\"]', 'off'),
(43211, '_transient_timeout_tablepress_2e68acf69a5ba5a6de27abc4aef988fa', '1730983810', 'off'),
(43212, '_transient_tablepress_2e68acf69a5ba5a6de27abc4aef988fa', '\n<table id=\"tablepress-5\" class=\"tablepress tablepress-id-5\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">Section</th><th class=\"column-2\">Top Width (mm)</th><th class=\"column-3\">Height (mm)</th><th class=\"column-4\">Length Range (mm)</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\">BB</td><td class=\"column-2\">17</td><td class=\"column-3\">13</td><td class=\"column-4\">1750-3050</td>\n</tr>\n</tbody>\n</table>\n', 'off'),
(43213, '_transient_timeout_tablepress_c_e4da3b7fbbce2345d7772b0674a318d5', '1731070210', 'off'),
(43214, '_transient_tablepress_c_e4da3b7fbbce2345d7772b0674a318d5', '[\"tablepress_2e68acf69a5ba5a6de27abc4aef988fa\"]', 'off'),
(43215, '_transient_timeout_tablepress_1946078e5a855ca80fbbbf398e35ee7e', '1730983811', 'off'),
(43216, '_transient_tablepress_1946078e5a855ca80fbbbf398e35ee7e', '\n<table id=\"tablepress-3\" class=\"tablepress tablepress-id-3\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">Section</th><th class=\"column-2\">Top Width (mm)</th><th class=\"column-3\">Thickness (mm)</th><th class=\"column-4\">Angle (deg)</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\">2000 Series</td><td class=\"column-2\">10</td><td class=\"column-3\">6</td><td class=\"column-4\">40</td>\n</tr>\n</tbody>\n</table>\n', 'off'),
(43217, '_transient_timeout_tablepress_c_eccbc87e4b5ce2fe28308fd9f2a7baf3', '1731070211', 'off'),
(43218, '_transient_tablepress_c_eccbc87e4b5ce2fe28308fd9f2a7baf3', '[\"tablepress_1946078e5a855ca80fbbbf398e35ee7e\"]', 'off'),
(43239, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1730922046;s:8:\"response\";a:6:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:8:\"6.3.10.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.3.10.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3167679\";s:3:\"svg\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3167679\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=3167679\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3167679\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"6.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}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:6:\"3.25.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:5:\"5.1.0\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/kirki.5.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";s:2:\"1x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.jpg?rev=2947788\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.jpg?rev=2947788\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.4.5\";s:12:\"requires_php\";s:3:\"7.1\";s:16:\"requires_plugins\";a:0:{}}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.5.1.24\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.5.1.24.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2974547\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2974547\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:24:\"w.org/plugins/tablepress\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:5:\"2.4.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/tablepress.2.4.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/tablepress/assets/icon-256x256.png?rev=3028601\";s:2:\"1x\";s:63:\"https://ps.w.org/tablepress/assets/icon-128x128.png?rev=3028601\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/tablepress/assets/banner-1544x500.png?rev=3028601\";s:2:\"1x\";s:65:\"https://ps.w.org/tablepress/assets/banner-772x250.png?rev=3028601\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/tablepress/assets/banner-1544x500-rtl.png?rev=3028601\";s:2:\"1x\";s:69:\"https://ps.w.org/tablepress/assets/banner-772x250-rtl.png?rev=3028601\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:90:\"<p>This update is a stability and maintenance release. Updating is highly recommended.</p>\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:8:{s:30:\"advanced-custom-fields/acf.php\";s:6:\"5.12.3\";s:31:\"bdevs-element/bdevs-element.php\";s:5:\"1.0.2\";s:31:\"bdevs-toolkit/bdevs-toolkit.php\";s:5:\"1.0.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.6.3\";s:23:\"elementor/elementor.php\";s:5:\"3.7.6\";s:15:\"kirki/kirki.php\";s:6:\"4.0.24\";s:33:\"smart-slider-3/smart-slider-3.php\";s:7:\"3.5.1.9\";s:25:\"tablepress/tablepress.php\";s:4:\"1.14\";}}', 'off'),
(43263, '_site_transient_timeout_theme_roots', '1730961293', 'off'),
(43264, '_site_transient_theme_roots', 'a:2:{s:14:\"visapass-child\";s:7:\"/themes\";s:8:\"visapass\";s:7:\"/themes\";}', 'off'),
(43268, '_site_transient_timeout_wp_theme_files_patterns-d5e7befea3f1e1fc0e11d0de952fb239', '1730969373', 'off'),
(43269, '_site_transient_wp_theme_files_patterns-d5e7befea3f1e1fc0e11d0de952fb239', 'a:2:{s:7:\"version\";s:5:\"1.0.3\";s:8:\"patterns\";a:0:{}}', 'off'),
(43270, '_site_transient_timeout_kirki_googlefonts_cache', '1730971173', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(43271, '_site_transient_kirki_googlefonts_cache', 'a:1358:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Allison\";a:3:{s:5:\"label\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alumni Sans\";a:3:{s:5:\"label\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Andada Pro\";a:3:{s:5:\"label\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Are You Serious\";a:3:{s:5:\"label\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Atkinson Hyperlegible\";a:3:{s:5:\"label\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Azeret Mono\";a:3:{s:5:\"label\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bakbak One\";a:3:{s:5:\"label\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Baloo Bhaijaan 2\";a:3:{s:5:\"label\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Be Vietnam Pro\";a:3:{s:5:\"label\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Besley\";a:3:{s:5:\"label\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Birthstone\";a:3:{s:5:\"label\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Birthstone Bounce\";a:3:{s:5:\"label\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Bonheur Royale\";a:3:{s:5:\"label\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caramel\";a:3:{s:5:\"label\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Carattere\";a:3:{s:5:\"label\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Cherish\";a:3:{s:5:\"label\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comforter\";a:3:{s:5:\"label\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Comforter Brush\";a:3:{s:5:\"label\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Corinthia\";a:3:{s:5:\"label\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Dongle\";a:3:{s:5:\"label\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Ephesis\";a:3:{s:5:\"label\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Estonia\";a:3:{s:5:\"label\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Explora\";a:3:{s:5:\"label\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Fleur De Leah\";a:3:{s:5:\"label\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Flow Block\";a:3:{s:5:\"label\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Flow Circular\";a:3:{s:5:\"label\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Flow Rounded\";a:3:{s:5:\"label\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Fuzzy Bubbles\";a:3:{s:5:\"label\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gemunu Libre\";a:3:{s:5:\"label\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Genos\";a:3:{s:5:\"label\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Georama\";a:3:{s:5:\"label\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gideon Roman\";a:3:{s:5:\"label\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Glory\";a:3:{s:5:\"label\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Gluten\";a:3:{s:5:\"label\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gowun Batang\";a:3:{s:5:\"label\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Gowun Dodum\";a:3:{s:5:\"label\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Grechen Fuemen\";a:3:{s:5:\"label\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Grey Qo\";a:3:{s:5:\"label\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Gwendolyn\";a:3:{s:5:\"label\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hahmlet\";a:3:{s:5:\"label\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Hina Mincho\";a:3:{s:5:\"label\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Hurricane\";a:3:{s:5:\"label\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Arabic\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"IBM Plex Sans Devanagari\";a:3:{s:5:\"label\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Hebrew\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"IBM Plex Sans KR\";a:3:{s:5:\"label\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"IBM Plex Sans Thai\";a:3:{s:5:\"label\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"IBM Plex Sans Thai Looped\";a:3:{s:5:\"label\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Imperial Script\";a:3:{s:5:\"label\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Inspiration\";a:3:{s:5:\"label\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Island Moments\";a:3:{s:5:\"label\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Kaisei Decol\";a:3:{s:5:\"label\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Kaisei HarunoUmi\";a:3:{s:5:\"label\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Kaisei Opti\";a:3:{s:5:\"label\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Kaisei Tokumin\";a:3:{s:5:\"label\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kings\";a:3:{s:5:\"label\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Klee One\";a:3:{s:5:\"label\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:3:\"600\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Koh Santepheap\";a:3:{s:5:\"label\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Kolker Brush\";a:3:{s:5:\"label\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Licorice\";a:3:{s:5:\"label\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Love Light\";a:3:{s:5:\"label\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Luxurious Roman\";a:3:{s:5:\"label\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Luxurious Script\";a:3:{s:5:\"label\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"M PLUS 1\";a:3:{s:5:\"label\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"M PLUS 1 Code\";a:3:{s:5:\"label\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"M PLUS 2\";a:3:{s:5:\"label\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Code Latin\";a:3:{s:5:\"label\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Mea Culpa\";a:3:{s:5:\"label\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Meow Script\";a:3:{s:5:\"label\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Mochiy Pop One\";a:3:{s:5:\"label\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Mochiy Pop P One\";a:3:{s:5:\"label\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Mohave\";a:3:{s:5:\"label\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Montagu Slab\";a:3:{s:5:\"label\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"MonteCarlo\";a:3:{s:5:\"label\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Moo Lah Lah\";a:3:{s:5:\"label\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Moon Dance\";a:3:{s:5:\"label\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Murecho\";a:3:{s:5:\"label\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Kufi Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Music\";a:3:{s:5:\"label\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Naskh Arabic\";a:3:{s:5:\"label\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Nastaliq Urdu\";a:3:{s:5:\"label\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Rashi Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Adlam\";a:3:{s:5:\"label\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Adlam Unjoined\";a:3:{s:5:\"label\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Anatolian Hieroglyphs\";a:3:{s:5:\"label\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Armenian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Avestan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Balinese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Bamum\";a:3:{s:5:\"label\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bassa Vah\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Batak\";a:3:{s:5:\"label\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Bengali\";a:3:{s:5:\"label\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bhaiksuki\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Brahmi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Buginese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Buhid\";a:3:{s:5:\"label\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Canadian Aboriginal\";a:3:{s:5:\"label\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Carian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:28:\"Noto Sans Caucasian Albanian\";a:3:{s:5:\"label\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Chakma\";a:3:{s:5:\"label\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Cham\";a:3:{s:5:\"label\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Cherokee\";a:3:{s:5:\"label\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Coptic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Cuneiform\";a:3:{s:5:\"label\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Cypriot\";a:3:{s:5:\"label\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Deseret\";a:3:{s:5:\"label\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Devanagari\";a:3:{s:5:\"label\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Display\";a:3:{s:5:\"label\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Duployan\";a:3:{s:5:\"label\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:30:\"Noto Sans Egyptian Hieroglyphs\";a:3:{s:5:\"label\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elbasan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elymaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Georgian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Glagolitic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Gothic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Grantha\";a:3:{s:5:\"label\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gujarati\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Gunjala Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gurmukhi\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Hanifi Rohingya\";a:3:{s:5:\"label\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Hanunoo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hatran\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hebrew\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Imperial Aramaic\";a:3:{s:5:\"label\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Indic Siyaq Numbers\";a:3:{s:5:\"label\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Inscriptional Pahlavi\";a:3:{s:5:\"label\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:32:\"Noto Sans Inscriptional Parthian\";a:3:{s:5:\"label\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Javanese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Kaithi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Kannada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Kayah Li\";a:3:{s:5:\"label\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Kharoshthi\";a:3:{s:5:\"label\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Khmer\";a:3:{s:5:\"label\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Khojki\";a:3:{s:5:\"label\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Khudawadi\";a:3:{s:5:\"label\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Lao\";a:3:{s:5:\"label\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lepcha\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Limbu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear A\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear B\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Lisu\";a:3:{s:5:\"label\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lycian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lydian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Mahajani\";a:3:{s:5:\"label\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Malayalam\";a:3:{s:5:\"label\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Mandaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Manichaean\";a:3:{s:5:\"label\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Marchen\";a:3:{s:5:\"label\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Masaram Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Math\";a:3:{s:5:\"label\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Mayan Numerals\";a:3:{s:5:\"label\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Medefaidrin\";a:3:{s:5:\"label\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Meetei Mayek\";a:3:{s:5:\"label\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Meroitic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Miao\";a:3:{s:5:\"label\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Modi\";a:3:{s:5:\"label\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Mongolian\";a:3:{s:5:\"label\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Mono\";a:3:{s:5:\"label\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Noto Sans Mro\";a:3:{s:5:\"label\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Multani\";a:3:{s:5:\"label\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Myanmar\";a:3:{s:5:\"label\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans N Ko\";a:3:{s:5:\"label\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Nabataean\";a:3:{s:5:\"label\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans New Tai Lue\";a:3:{s:5:\"label\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Newa\";a:3:{s:5:\"label\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Nushu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Ogham\";a:3:{s:5:\"label\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ol Chiki\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Old Hungarian\";a:3:{s:5:\"label\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Italic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old North Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Permic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Persian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Sogdian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old South Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Turkic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Oriya\";a:3:{s:5:\"label\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Osage\";a:3:{s:5:\"label\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Osmanya\";a:3:{s:5:\"label\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Pahawh Hmong\";a:3:{s:5:\"label\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Palmyrene\";a:3:{s:5:\"label\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Pau Cin Hau\";a:3:{s:5:\"label\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Phags Pa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Phoenician\";a:3:{s:5:\"label\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Psalter Pahlavi\";a:3:{s:5:\"label\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Rejang\";a:3:{s:5:\"label\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Runic\";a:3:{s:5:\"label\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Samaritan\";a:3:{s:5:\"label\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Saurashtra\";a:3:{s:5:\"label\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sharada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Shavian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Siddham\";a:3:{s:5:\"label\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sinhala\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sogdian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Sora Sompeng\";a:3:{s:5:\"label\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Soyombo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Sundanese\";a:3:{s:5:\"label\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Syloti Nagri\";a:3:{s:5:\"label\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Symbols\";a:3:{s:5:\"label\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Symbols 2\";a:3:{s:5:\"label\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Syriac\";a:3:{s:5:\"label\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tagalog\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tagbanwa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Tai Le\";a:3:{s:5:\"label\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Tham\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Viet\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Takri\";a:3:{s:5:\"label\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Tamil\";a:3:{s:5:\"label\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Tamil Supplement\";a:3:{s:5:\"label\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Telugu\";a:3:{s:5:\"label\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Thaana\";a:3:{s:5:\"label\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Thai\";a:3:{s:5:\"label\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Thai Looped\";a:3:{s:5:\"label\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tifinagh\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tirhuta\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ugaritic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Vai\";a:3:{s:5:\"label\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Wancho\";a:3:{s:5:\"label\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Warang Citi\";a:3:{s:5:\"label\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans Yi\";a:3:{s:5:\"label\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Zanabazar Square\";a:3:{s:5:\"label\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Ahom\";a:3:{s:5:\"label\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Armenian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Balinese\";a:3:{s:5:\"label\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Bengali\";a:3:{s:5:\"label\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Noto Serif Devanagari\";a:3:{s:5:\"label\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Display\";a:3:{s:5:\"label\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Dogra\";a:3:{s:5:\"label\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Ethiopic\";a:3:{s:5:\"label\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Georgian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Grantha\";a:3:{s:5:\"label\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gujarati\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gurmukhi\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Kannada\";a:3:{s:5:\"label\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Khmer\";a:3:{s:5:\"label\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Noto Serif Lao\";a:3:{s:5:\"label\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Noto Serif Malayalam\";a:3:{s:5:\"label\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Myanmar\";a:3:{s:5:\"label\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:33:\"Noto Serif Nyiakeng Puachue Hmong\";a:3:{s:5:\"label\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Sinhala\";a:3:{s:5:\"label\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Tamil\";a:3:{s:5:\"label\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Tangut\";a:3:{s:5:\"label\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Telugu\";a:3:{s:5:\"label\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Thai\";a:3:{s:5:\"label\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Tibetan\";a:3:{s:5:\"label\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Yezidi\";a:3:{s:5:\"label\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"Noto Traditional Nushu\";a:3:{s:5:\"label\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Ole\";a:3:{s:5:\"label\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Oooh Baby\";a:3:{s:5:\"label\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Outfit\";a:3:{s:5:\"label\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palette Mosaic\";a:3:{s:5:\"label\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Passions Conflict\";a:3:{s:5:\"label\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Petemoss\";a:3:{s:5:\"label\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Praise\";a:3:{s:5:\"label\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Puppies Play\";a:3:{s:5:\"label\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pushster\";a:3:{s:5:\"label\";s:8:\"Pushster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Qwitcher Grypen\";a:3:{s:5:\"label\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Rampart One\";a:3:{s:5:\"label\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Readex Pro\";a:3:{s:5:\"label\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Mono\";a:3:{s:5:\"label\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Redacted\";a:3:{s:5:\"label\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Redacted Script\";a:3:{s:5:\"label\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Road Rage\";a:3:{s:5:\"label\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rock 3D\";a:3:{s:5:\"label\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Rubik Beastly\";a:3:{s:5:\"label\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Text\";a:3:{s:5:\"label\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Sassy Frass\";a:3:{s:5:\"label\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Scheherazade New\";a:3:{s:5:\"label\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Shalimar\";a:3:{s:5:\"label\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:16:\"Shippori Antique\";a:3:{s:5:\"label\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Shippori Antique B1\";a:3:{s:5:\"label\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Shizuru\";a:3:{s:5:\"label\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smooch\";a:3:{s:5:\"label\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Source Sans 3\";a:3:{s:5:\"label\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Source Serif 4\";a:3:{s:5:\"label\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Spline Sans\";a:3:{s:5:\"label\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Stick No Bills\";a:3:{s:5:\"label\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Style Script\";a:3:{s:5:\"label\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"The Nautigal\";a:3:{s:5:\"label\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Twinkle Star\";a:3:{s:5:\"label\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Urbanist\";a:3:{s:5:\"label\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Vujahday Script\";a:3:{s:5:\"label\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Waterfall\";a:3:{s:5:\"label\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"WindSong\";a:3:{s:5:\"label\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Yaldevi\";a:3:{s:5:\"label\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Yuji Boku\";a:3:{s:5:\"label\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Yuji Hentaigana Akari\";a:3:{s:5:\"label\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Yuji Hentaigana Akebono\";a:3:{s:5:\"label\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Yuji Mai\";a:3:{s:5:\"label\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Yuji Syuku\";a:3:{s:5:\"label\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Zen Antique\";a:3:{s:5:\"label\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Zen Antique Soft\";a:3:{s:5:\"label\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:23:\"Zen Kaku Gothic Antique\";a:3:{s:5:\"label\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Zen Kaku Gothic New\";a:3:{s:5:\"label\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Zen Kurenaido\";a:3:{s:5:\"label\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Zen Maru Gothic\";a:3:{s:5:\"label\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Zen Old Mincho\";a:3:{s:5:\"label\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(43272, '_transient_doing_cron', '1730967573.3868939876556396484375', 'on');

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

--
-- Table structure for table `wp_postmeta`
--

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

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(5, 6, '_elementor_edit_mode', 'builder'),
(6, 6, '_elementor_template_type', 'kit'),
(7, 7, '_form', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(8, 7, '_mail', 'a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@akaashbelting.com>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(9, 7, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@akaashbelting.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(10, 7, '_messages', 'a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(11, 7, '_additional_settings', ''),
(12, 7, '_locale', 'en_US'),
(13, 8, '_wp_attached_file', '2022/09/log_file_2022-09-19__07-43-52.txt'),
(31, 77, '_wp_attached_file', '2021/12/ab-us-1.jpg'),
(32, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2021/12/ab-us-1.jpg\";s:8:\"filesize\";i:492463;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ab-us-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4659;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"ab-us-1-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45997;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ab-us-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:5779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"ab-us-1-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26933;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"ab-us-1-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91955;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:20:\"ab-us-1-1170x300.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91534;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"ab-us-1-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33239;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:19:\"ab-us-1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44032;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33, 109, '_wp_attached_file', '2021/12/f-logo-1.png'),
(34, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:215;s:6:\"height\";i:72;s:4:\"file\";s:20:\"2021/12/f-logo-1.png\";s:8:\"filesize\";i:4507;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"f-logo-1-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3456;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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, 113, '_wp_attached_file', '2021/12/footer-bg-1.jpg'),
(36, 113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:469;s:4:\"file\";s:23:\"2021/12/footer-bg-1.jpg\";s:8:\"filesize\";i:35500;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"footer-bg-1-300x73.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1834;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"footer-bg-1-1024x250.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"footer-bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2398;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"footer-bg-1-768x188.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8938;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"footer-bg-1-1536x375.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31192;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:24:\"footer-bg-1-1170x469.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27596;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:23:\"footer-bg-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12464;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:23:\"footer-bg-1-700x469.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20823;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37, 119, '_wp_attached_file', '2021/12/b7-1.jpg'),
(38, 119, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:770;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2021/12/b7-1.jpg\";s:8:\"filesize\";i:48779;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"b7-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"b7-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:7125;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"b7-1-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57882;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:16:\"b7-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33523;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:16:\"b7-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39, 122, '_wp_attached_file', '2021/12/Untitled-1-1.jpg'),
(40, 122, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:813;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2021/12/Untitled-1-1.jpg\";s:8:\"filesize\";i:33048;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Untitled-1-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Untitled-1-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:5595;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Untitled-1-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33899;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:24:\"Untitled-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21602;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:24:\"Untitled-1-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31693;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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, 125, '_wp_attached_file', '2021/12/blog-1-2-1.jpg'),
(42, 125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:813;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2021/12/blog-1-2-1.jpg\";s:8:\"filesize\";i:52130;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"blog-1-2-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-1-2-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:7587;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"blog-1-2-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49179;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-2-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32043;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-2-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50957;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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, 126, '_wp_attached_file', '2021/12/blogd-1-2-1.jpg'),
(45, 126, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:770;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2021/12/blogd-1-2-1.jpg\";s:8:\"filesize\";i:46385;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"blogd-1-2-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12605;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"blogd-1-2-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:7138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"blogd-1-2-1-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46914;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:23:\"blogd-1-2-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28877;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:23:\"blogd-1-2-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(46, 129, '_wp_attached_file', '2021/12/blog-1-2-3-1.jpg'),
(47, 129, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:813;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2021/12/blog-1-2-3-1.jpg\";s:8:\"filesize\";i:52983;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"blog-1-2-3-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"blog-1-2-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"blog-1-2-3-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50063;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:24:\"blog-1-2-3-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30061;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:24:\"blog-1-2-3-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49, 130, '_wp_attached_file', '2021/12/blogd-1-2-2-1.jpg'),
(50, 130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:770;s:6:\"height\";i:450;s:4:\"file\";s:25:\"2021/12/blogd-1-2-2-1.jpg\";s:8:\"filesize\";i:54128;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"blogd-1-2-2-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"blogd-1-2-2-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:7547;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"blogd-1-2-2-1-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53139;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:25:\"blogd-1-2-2-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33096;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:25:\"blogd-1-2-2-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51, 133, '_wp_attached_file', '2021/12/blog-1-3-1.jpg'),
(52, 133, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:813;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2021/12/blog-1-3-1.jpg\";s:8:\"filesize\";i:54991;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"blog-1-3-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13004;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-1-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7385;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"blog-1-3-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51164;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-3-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32221;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-3-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(54, 137, '_wp_attached_file', '2021/12/blog-1-5-1.jpg'),
(55, 137, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:813;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2021/12/blog-1-5-1.jpg\";s:8:\"filesize\";i:79323;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"blog-1-5-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-1-5-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:7920;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"blog-1-5-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68482;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-5-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41192;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-5-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(57, 141, '_wp_attached_file', '2021/12/blog-1-6-1.jpg'),
(58, 141, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:813;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2021/12/blog-1-6-1.jpg\";s:8:\"filesize\";i:46635;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"blog-1-6-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-1-6-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:6753;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"blog-1-6-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45477;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-6-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28104;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:22:\"blog-1-6-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43121;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60, 192, '_wp_attached_file', '2021/12/favicon-1.png'),
(61, 192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:27;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2021/12/favicon-1.png\";s:8:\"filesize\";i:755;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:{}}}'),
(62, 208, '_wp_attached_file', '2022/01/download-11-1.jpeg'),
(63, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/01/download-11-1.jpeg\";s:8:\"filesize\";i:106545;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"download-11-1-300x125.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6173;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"download-11-1-1024x427.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"download-11-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"download-11-1-768x320.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25482;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"download-11-1-1536x640.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81283;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:27:\"download-11-1-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62106;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:26:\"download-11-1-500x350.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18034;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:26:\"download-11-1-700x544.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31857;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(64, 208, '_wp_attachment_image_alt', 'slider image'),
(66, 222, '_wp_attached_file', '2022/01/cl-bg-1.jpg'),
(67, 222, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2022/01/cl-bg-1.jpg\";s:8:\"filesize\";i:99873;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"cl-bg-1-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4562;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"cl-bg-1-1024x133.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cl-bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6095;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"cl-bg-1-768x100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22318;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"cl-bg-1-1536x200.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73975;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:20:\"cl-bg-1-1170x250.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66760;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"cl-bg-1-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27307;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:19:\"cl-bg-1-700x250.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32546;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69, 223, '_wp_attached_file', '2022/01/cl-1-1.png'),
(70, 223, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:330;s:6:\"height\";i:336;s:4:\"file\";s:18:\"2022/01/cl-1-1.png\";s:8:\"filesize\";i:161228;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"cl-1-1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"cl-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35427;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(72, 258, '_wp_attached_file', '2022/01/about2-2.jpg'),
(73, 258, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:327;s:6:\"height\";i:508;s:4:\"file\";s:20:\"2022/01/about2-2.jpg\";s:8:\"filesize\";i:22751;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"about2-2-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"about2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7011;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:20:\"about2-2-327x350.jpg\";s:5:\"width\";i:327;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(75, 259, '_wp_attached_file', '2022/01/about2-1-1.jpg'),
(76, 259, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:263;s:6:\"height\";i:508;s:4:\"file\";s:22:\"2022/01/about2-1-1.jpg\";s:8:\"filesize\";i:16276;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"about2-1-1-155x300.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"about2-1-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:6415;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:22:\"about2-1-1-263x350.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17303;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(78, 263, '_wp_attached_file', '2022/01/seal-1.png'),
(79, 263, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:73;s:6:\"height\";i:73;s:4:\"file\";s:18:\"2022/01/seal-1.png\";s:8:\"filesize\";i:11026;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:{}}}'),
(81, 282, '_wp_attached_file', '2022/01/t-1-1.jpg'),
(82, 282, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-1-1.jpg\";s:8:\"filesize\";i:72582;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-1-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-1-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:7252;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61784;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30744;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-1-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(84, 283, '_wp_attached_file', '2022/01/t-2-1.jpg'),
(85, 283, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-2-1.jpg\";s:8:\"filesize\";i:58827;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-2-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-2-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:5940;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48894;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-2-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22146;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-2-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(87, 284, '_wp_attached_file', '2022/01/t-3-1.jpg'),
(88, 284, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-3-1.jpg\";s:8:\"filesize\";i:57489;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-3-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6519;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50848;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-3-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26823;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-3-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90, 285, '_wp_attached_file', '2022/01/t-4-1.jpg'),
(91, 285, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-4-1.jpg\";s:8:\"filesize\";i:85674;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-4-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-4-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:6839;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74556;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-4-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34098;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-4-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(93, 286, '_wp_attached_file', '2022/01/t-5-1.jpg'),
(94, 286, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-5-1.jpg\";s:8:\"filesize\";i:43238;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-5-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-5-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:4805;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37877;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-5-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18395;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-5-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34115;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(96, 287, '_wp_attached_file', '2022/01/t-6-1.jpg'),
(97, 287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-6-1.jpg\";s:8:\"filesize\";i:60391;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-6-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16324;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-6-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:7078;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54504;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-6-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27541;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-6-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49397;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(99, 288, '_wp_attached_file', '2022/01/t-7-1.jpg'),
(100, 288, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-7-1.jpg\";s:8:\"filesize\";i:68858;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-7-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-7-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:6580;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-7-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61588;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-7-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31199;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-7-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56894;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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, 289, '_wp_attached_file', '2022/01/t-8-1.jpg'),
(103, 289, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2022/01/t-8-1.jpg\";s:8:\"filesize\";i:71467;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"t-8-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"t-8-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:6149;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:17:\"t-8-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61605;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"t-8-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28258;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"t-8-1-600x544.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55480;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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, 383, '_wp_attached_file', '2022/01/ts-1-1.png'),
(106, 383, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:72;s:6:\"height\";i:72;s:4:\"file\";s:18:\"2022/01/ts-1-1.png\";s:8:\"filesize\";i:9708;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:{}}}'),
(108, 384, '_wp_attached_file', '2022/01/ts-2-1.png'),
(109, 384, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:72;s:6:\"height\";i:72;s:4:\"file\";s:18:\"2022/01/ts-2-1.png\";s:8:\"filesize\";i:11156;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:{}}}'),
(111, 385, '_wp_attached_file', '2022/01/ts-3-1.png'),
(112, 385, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:72;s:6:\"height\";i:72;s:4:\"file\";s:18:\"2022/01/ts-3-1.png\";s:8:\"filesize\";i:11240;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:{}}}'),
(114, 387, '_wp_attached_file', '2022/01/Map-1.png'),
(115, 387, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:852;s:4:\"file\";s:17:\"2022/01/Map-1.png\";s:8:\"filesize\";i:1224989;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Map-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61414;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"Map-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:583761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Map-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"Map-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:357449;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:18:\"Map-1-1170x600.png\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:686055;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"Map-1-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201115;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"Map-1-700x544.png\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:415085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(117, 493, '_wp_attached_file', '2022/01/ct-bg-2.png'),
(118, 493, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:733;s:4:\"file\";s:19:\"2022/01/ct-bg-2.png\";s:8:\"filesize\";i:638706;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"ct-bg-2-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53287;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"ct-bg-2-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:528780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ct-bg-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37438;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"ct-bg-2-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301532;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"ct-bg-2-1536x586.png\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1185152;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:20:\"ct-bg-2-1170x600.png\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:961259;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"ct-bg-2-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252543;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:19:\"ct-bg-2-700x544.png\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:537644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(120, 518, '_wp_attached_file', '2022/01/c-1-2.jpg'),
(121, 518, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-1-2.jpg\";s:8:\"filesize\";i:55422;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-1-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16493;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8117;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-1-2-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(123, 519, '_wp_attached_file', '2022/01/flag1-3.png'),
(124, 519, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag1-3.png\";s:8:\"filesize\";i:1446;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:{}}}'),
(126, 526, '_wp_attached_file', '2022/01/c-2-2.jpg'),
(127, 526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-2-2.jpg\";s:8:\"filesize\";i:69852;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-2-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8797;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-2-2-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(129, 527, '_wp_attached_file', '2022/01/flag1-1-1.png'),
(130, 527, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:46;s:4:\"file\";s:21:\"2022/01/flag1-1-1.png\";s:8:\"filesize\";i:1446;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:{}}}'),
(132, 534, '_wp_attached_file', '2022/01/flag2-2.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(133, 534, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag2-2.png\";s:8:\"filesize\";i:1732;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:{}}}'),
(135, 541, '_wp_attached_file', '2022/01/c-3-2.jpg'),
(136, 541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-3-2.jpg\";s:8:\"filesize\";i:61024;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-3-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15398;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6838;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-3-2-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(138, 542, '_wp_attached_file', '2022/01/flag3-2.jpg'),
(139, 542, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag3-2.jpg\";s:8:\"filesize\";i:4211;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:{}}}'),
(141, 551, '_wp_attached_file', '2022/01/c-4-2.jpg'),
(142, 551, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-4-2.jpg\";s:8:\"filesize\";i:71705;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-4-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9457;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-4-2-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49646;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144, 561, '_wp_attached_file', '2022/01/flag4-2.png'),
(145, 561, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:62;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag4-2.png\";s:8:\"filesize\";i:425;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:{}}}'),
(147, 562, '_wp_attached_file', '2022/01/team-1.jpg'),
(148, 562, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:945;s:6:\"height\";i:643;s:4:\"file\";s:18:\"2022/01/team-1.jpg\";s:8:\"filesize\";i:74419;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"team-1-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57231;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:18:\"team-1-945x600.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78525;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:18:\"team-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31656;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:18:\"team-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55199;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(150, 566, '_wp_attached_file', '2022/01/c-5-3.jpg'),
(151, 566, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-5-3.jpg\";s:8:\"filesize\";i:79403;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-5-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-5-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9440;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-5-3-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153, 567, '_wp_attached_file', '2022/01/c-5-1-1.jpg'),
(154, 567, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2022/01/c-5-1-1.jpg\";s:8:\"filesize\";i:79403;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"c-5-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"c-5-1-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:9440;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"c-5-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156, 589, '_wp_attached_file', '2022/01/team-01-1.jpg'),
(157, 589, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2022/01/team-01-1.jpg\";s:8:\"filesize\";i:77612;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"team-01-1-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"team-01-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:6494;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:21:\"team-01-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28143;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:21:\"team-01-1-500x544.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40885;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159, 611, '_wp_attached_file', '2022/01/1-1.png'),
(160, 611, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:215;s:6:\"height\";i:215;s:4:\"file\";s:15:\"2022/01/1-1.png\";s:8:\"filesize\";i:7676;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7457;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(162, 618, '_wp_attached_file', '2022/01/2-1.png'),
(163, 618, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:215;s:6:\"height\";i:215;s:4:\"file\";s:15:\"2022/01/2-1.png\";s:8:\"filesize\";i:8470;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10201;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(165, 619, '_wp_attached_file', '2022/01/3-1.png'),
(166, 619, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:215;s:6:\"height\";i:215;s:4:\"file\";s:15:\"2022/01/3-1.png\";s:8:\"filesize\";i:8629;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(168, 626, '_wp_attached_file', '2022/01/4-1.png'),
(169, 626, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:215;s:6:\"height\";i:215;s:4:\"file\";s:15:\"2022/01/4-1.png\";s:8:\"filesize\";i:7779;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8956;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(171, 631, '_wp_attached_file', '2022/01/5-1.png'),
(172, 631, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:215;s:6:\"height\";i:215;s:4:\"file\";s:15:\"2022/01/5-1.png\";s:8:\"filesize\";i:7298;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8479;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(174, 652, '_wp_attached_file', '2022/01/testi1-bg-1.jpg'),
(175, 652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:832;s:4:\"file\";s:23:\"2022/01/testi1-bg-1.jpg\";s:8:\"filesize\";i:82865;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"testi1-bg-1-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5782;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"testi1-bg-1-1024x444.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"testi1-bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"testi1-bg-1-768x333.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21730;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"testi1-bg-1-1536x666.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65631;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:24:\"testi1-bg-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46027;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:23:\"testi1-bg-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14217;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:23:\"testi1-bg-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25592;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(177, 662, '_wp_attached_file', '2022/01/tauthor-1-1.png'),
(178, 662, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:23:\"2022/01/tauthor-1-1.png\";s:8:\"filesize\";i:14043;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:{}}}'),
(180, 789, '_wp_attached_file', '2022/01/download-14-2.jpeg'),
(181, 789, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:26:\"2022/01/download-14-2.jpeg\";s:8:\"filesize\";i:82959;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"download-14-2-300x117.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"download-14-2-1024x400.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"download-14-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4951;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"download-14-2-768x300.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25063;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"download-14-2-1536x600.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69951;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:27:\"download-14-2-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56257;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:26:\"download-14-2-500x350.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20235;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:26:\"download-14-2-700x544.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(183, 793, '_wp_attached_file', '2022/01/download-14-1-1.jpeg'),
(184, 793, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2022/01/download-14-1-1.jpeg\";s:8:\"filesize\";i:82959;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"download-14-1-1-300x117.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"download-14-1-1-1024x400.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"download-14-1-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4951;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"download-14-1-1-768x300.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25063;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"download-14-1-1-1536x600.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69951;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:29:\"download-14-1-1-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56257;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:28:\"download-14-1-1-500x350.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20235;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:28:\"download-14-1-1-700x544.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(186, 797, '_wp_attached_file', '2022/01/download-15-scaled-2.jpeg'),
(187, 797, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:958;s:4:\"file\";s:33:\"2022/01/download-15-scaled-2.jpeg\";s:8:\"filesize\";i:147916;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"download-15-scaled-2-300x112.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6677;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"download-15-scaled-2-1024x383.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"download-15-scaled-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4738;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"download-15-scaled-2-768x287.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24443;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"download-15-scaled-2-1536x575.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65876;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"download-15-scaled-2-2048x766.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99722;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:34:\"download-15-scaled-2-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55781;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:33:\"download-15-scaled-2-500x350.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19576;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:33:\"download-15-scaled-2-700x544.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32948;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(189, 818, '_wp_attached_file', '2022/01/business-visa-1-1.jpg'),
(190, 818, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:29:\"2022/01/business-visa-1-1.jpg\";s:8:\"filesize\";i:54614;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"business-visa-1-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"business-visa-1-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:7403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"business-visa-1-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51796;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:29:\"business-visa-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30521;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:29:\"business-visa-1-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(191, 819, '_wp_attached_file', '2022/01/featurs-1-2.jpg'),
(192, 819, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/01/featurs-1-2.jpg\";s:8:\"filesize\";i:11576;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"featurs-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7019;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(193, 821, '_wp_attached_file', '2022/01/featurs-2-1.jpg'),
(194, 821, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/01/featurs-2-1.jpg\";s:8:\"filesize\";i:13020;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"featurs-2-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:7167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(195, 824, '_wp_attached_file', '2022/01/featurs-3-1.jpg'),
(196, 824, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/01/featurs-3-1.jpg\";s:8:\"filesize\";i:11155;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"featurs-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6481;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(197, 827, '_wp_attached_file', '2022/01/featurs-4-1.jpg'),
(198, 827, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/01/featurs-4-1.jpg\";s:8:\"filesize\";i:12580;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"featurs-4-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:6996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(200, 838, '_wp_attached_file', '2022/01/scholarship-left-1-1.png'),
(201, 838, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:660;s:6:\"height\";i:621;s:4:\"file\";s:32:\"2022/01/scholarship-left-1-1.png\";s:8:\"filesize\";i:141619;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"scholarship-left-1-1-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"scholarship-left-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41093;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:32:\"scholarship-left-1-1-660x600.png\";s:5:\"width\";i:660;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:385184;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:32:\"scholarship-left-1-1-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:279247;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:32:\"scholarship-left-1-1-660x544.png\";s:5:\"width\";i:660;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:370559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(203, 842, '_wp_attached_file', '2022/01/download-1-1.png'),
(204, 842, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:621;s:4:\"file\";s:24:\"2022/01/download-1-1.png\";s:8:\"filesize\";i:179443;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"download-1-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21674;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"download-1-1-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"download-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15926;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"download-1-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103791;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"download-1-1-1536x497.png\";s:5:\"width\";i:1536;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399668;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:25:\"download-1-1-1170x600.png\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:337996;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:24:\"download-1-1-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96042;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:24:\"download-1-1-700x544.png\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204240;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(206, 843, '_wp_attached_file', '2022/01/s-1-1-1.png'),
(207, 843, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:83;s:6:\"height\";i:53;s:4:\"file\";s:19:\"2022/01/s-1-1-1.png\";s:8:\"filesize\";i:2297;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:{}}}'),
(209, 844, '_wp_attached_file', '2022/01/s-2-1-1.png'),
(210, 844, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:83;s:6:\"height\";i:53;s:4:\"file\";s:19:\"2022/01/s-2-1-1.png\";s:8:\"filesize\";i:1692;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:{}}}'),
(212, 845, '_wp_attached_file', '2022/01/s-1-3-1.png'),
(213, 845, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:83;s:6:\"height\";i:53;s:4:\"file\";s:19:\"2022/01/s-1-3-1.png\";s:8:\"filesize\";i:2297;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:{}}}'),
(215, 862, '_wp_attached_file', '2022/01/s-3-1.png'),
(216, 862, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:83;s:6:\"height\";i:53;s:4:\"file\";s:17:\"2022/01/s-3-1.png\";s:8:\"filesize\";i:890;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:{}}}'),
(218, 863, '_wp_attached_file', '2022/01/s-5-1.png'),
(219, 863, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:83;s:6:\"height\";i:53;s:4:\"file\";s:17:\"2022/01/s-5-1.png\";s:8:\"filesize\";i:416;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:{}}}'),
(221, 867, '_wp_attached_file', '2022/01/certificate-1-1.png'),
(222, 867, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:167;s:6:\"height\";i:167;s:4:\"file\";s:27:\"2022/01/certificate-1-1.png\";s:8:\"filesize\";i:20003;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"certificate-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20946;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(224, 868, '_wp_attached_file', '2022/01/about-1-1-1.png'),
(225, 868, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:299;s:4:\"file\";s:23:\"2022/01/about-1-1-1.png\";s:8:\"filesize\";i:68222;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"about-1-1-1-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"about-1-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36466;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:23:\"about-1-1-1-500x299.png\";s:5:\"width\";i:500;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(227, 869, '_wp_attached_file', '2022/01/about-3-1-1.jpg'),
(228, 869, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:285;s:6:\"height\";i:165;s:4:\"file\";s:23:\"2022/01/about-3-1-1.jpg\";s:8:\"filesize\";i:8920;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"about-3-1-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:6496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(230, 870, '_wp_attached_file', '2022/01/about-2-1-1.jpg'),
(231, 870, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:241;s:6:\"height\";i:165;s:4:\"file\";s:23:\"2022/01/about-2-1-1.jpg\";s:8:\"filesize\";i:7749;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"about-2-1-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:6354;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(233, 887, '_wp_attached_file', '2022/01/download-16-1.jpeg'),
(234, 887, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:427;s:4:\"file\";s:26:\"2022/01/download-16-1.jpeg\";s:8:\"filesize\";i:152315;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"download-16-1-300x67.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7585;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"download-16-1-1024x228.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"download-16-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"download-16-1-768x171.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39561;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"download-16-1-1536x342.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132650;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:27:\"download-16-1-1170x427.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126376;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:26:\"download-16-1-500x350.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38985;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:26:\"download-16-1-700x427.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(236, 900, '_wp_attached_file', '2022/01/business-adds-1.jpg'),
(237, 900, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:485;s:4:\"file\";s:27:\"2022/01/business-adds-1.jpg\";s:8:\"filesize\";i:36303;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"business-adds-1-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18081;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"business-adds-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:7855;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:27:\"business-adds-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(238, 912, '_wp_attached_file', '2022/01/c-1-1-1.jpg'),
(239, 912, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2022/01/c-1-1-1.jpg\";s:8:\"filesize\";i:55422;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"c-1-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16493;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"c-1-1-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:8117;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"c-1-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(241, 913, '_wp_attached_file', '2022/01/c-2-1-1.jpg'),
(242, 913, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2022/01/c-2-1-1.jpg\";s:8:\"filesize\";i:69852;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"c-2-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"c-2-1-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:8797;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"c-2-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(244, 914, '_wp_attached_file', '2022/01/c-3-1-1.jpg'),
(245, 914, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2022/01/c-3-1-1.jpg\";s:8:\"filesize\";i:61024;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"c-3-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15398;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"c-3-1-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:6838;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"c-3-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(247, 915, '_wp_attached_file', '2022/01/c-4-1-1.jpg'),
(248, 915, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2022/01/c-4-1-1.jpg\";s:8:\"filesize\";i:71705;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"c-4-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"c-4-1-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:9457;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"c-4-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49646;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(250, 916, '_wp_attached_file', '2022/01/c-5-2-1.jpg'),
(251, 916, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2022/01/c-5-2-1.jpg\";s:8:\"filesize\";i:79403;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"c-5-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"c-5-2-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:9440;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"c-5-2-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(253, 917, '_wp_attached_file', '2022/01/c-6-1.jpg'),
(254, 917, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-6-1.jpg\";s:8:\"filesize\";i:62277;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-6-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17093;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-6-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:8052;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-6-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(256, 918, '_wp_attached_file', '2022/01/c-7-1.jpg'),
(257, 918, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-7-1.jpg\";s:8:\"filesize\";i:22050;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-7-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-7-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:5384;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-7-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17397;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(259, 919, '_wp_attached_file', '2022/01/c-8-1.jpg'),
(260, 919, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-8-1.jpg\";s:8:\"filesize\";i:77285;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-8-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-8-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:8810;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-8-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51945;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(262, 920, '_wp_attached_file', '2022/01/c-9-1.jpg'),
(263, 920, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2022/01/c-9-1.jpg\";s:8:\"filesize\";i:63799;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"c-9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"c-9-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:8632;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"c-9-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43936;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(265, 921, '_wp_attached_file', '2022/01/c-10-1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(266, 921, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2022/01/c-10-1.jpg\";s:8:\"filesize\";i:72052;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"c-10-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"c-10-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:7828;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:18:\"c-10-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(268, 922, '_wp_attached_file', '2022/01/c-11-1.jpg'),
(269, 922, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2022/01/c-11-1.jpg\";s:8:\"filesize\";i:74968;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"c-11-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19923;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"c-11-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:8579;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:18:\"c-11-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(271, 923, '_wp_attached_file', '2022/01/c-12-1.jpg'),
(272, 923, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2022/01/c-12-1.jpg\";s:8:\"filesize\";i:40408;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"c-12-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11261;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"c-12-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:4722;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:18:\"c-12-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27617;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(274, 924, '_wp_attached_file', '2022/01/ct-bg-1-1.png'),
(275, 924, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:733;s:4:\"file\";s:21:\"2022/01/ct-bg-1-1.png\";s:8:\"filesize\";i:638706;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"ct-bg-1-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53287;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"ct-bg-1-1-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:528780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"ct-bg-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37438;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"ct-bg-1-1-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301532;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"ct-bg-1-1-1536x586.png\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1185152;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:22:\"ct-bg-1-1-1170x600.png\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:961259;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:21:\"ct-bg-1-1-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252543;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:21:\"ct-bg-1-1-700x544.png\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:537644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(277, 925, '_wp_attached_file', '2022/01/flag1-2-1.png'),
(278, 925, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:46;s:4:\"file\";s:21:\"2022/01/flag1-2-1.png\";s:8:\"filesize\";i:1446;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:{}}}'),
(280, 926, '_wp_attached_file', '2022/01/flag2-1-1.png'),
(281, 926, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:21:\"2022/01/flag2-1-1.png\";s:8:\"filesize\";i:1732;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:{}}}'),
(283, 928, '_wp_attached_file', '2022/01/flag3-1-1.jpg'),
(284, 928, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:21:\"2022/01/flag3-1-1.jpg\";s:8:\"filesize\";i:4211;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:{}}}'),
(286, 929, '_wp_attached_file', '2022/01/flag4-1-1.png'),
(287, 929, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:62;s:6:\"height\";i:46;s:4:\"file\";s:21:\"2022/01/flag4-1-1.png\";s:8:\"filesize\";i:425;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:{}}}'),
(289, 930, '_wp_attached_file', '2022/01/flag5-1.png'),
(290, 930, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag5-1.png\";s:8:\"filesize\";i:2054;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:{}}}'),
(292, 931, '_wp_attached_file', '2022/01/flag6-2.png'),
(293, 931, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:72;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag6-2.png\";s:8:\"filesize\";i:737;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:{}}}'),
(295, 932, '_wp_attached_file', '2022/01/flag7-1.png'),
(296, 932, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag7-1.png\";s:8:\"filesize\";i:599;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:{}}}'),
(298, 933, '_wp_attached_file', '2022/01/flag8-1.png'),
(299, 933, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:66;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag8-1.png\";s:8:\"filesize\";i:840;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:{}}}'),
(301, 934, '_wp_attached_file', '2022/01/flag9-1.png'),
(302, 934, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2022/01/flag9-1.png\";s:8:\"filesize\";i:320;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:{}}}'),
(304, 935, '_wp_attached_file', '2022/01/flag10-1.png'),
(305, 935, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:20:\"2022/01/flag10-1.png\";s:8:\"filesize\";i:230;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:{}}}'),
(307, 936, '_wp_attached_file', '2022/01/flag11-1.png'),
(308, 936, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:46;s:4:\"file\";s:20:\"2022/01/flag11-1.png\";s:8:\"filesize\";i:266;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:{}}}'),
(310, 937, '_wp_attached_file', '2022/01/flag12-1.png'),
(311, 937, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:46;s:4:\"file\";s:20:\"2022/01/flag12-1.png\";s:8:\"filesize\";i:434;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:{}}}'),
(313, 969, '_wp_attached_file', '2022/01/business-1-1.jpg'),
(314, 969, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:490;s:6:\"height\";i:360;s:4:\"file\";s:24:\"2022/01/business-1-1.jpg\";s:8:\"filesize\";i:23365;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"business-1-1-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14060;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"business-1-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:6787;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:24:\"business-1-1-490x350.jpg\";s:5:\"width\";i:490;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28807;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(316, 970, '_wp_attached_file', '2022/01/services-1-1.jpg'),
(317, 970, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2022/01/services-1-1.jpg\";s:8:\"filesize\";i:23766;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"services-1-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"services-1-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:6776;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:24:\"services-1-1-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25140;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(319, 1000, '_wp_attached_file', '2022/01/bussiness-2-1.jpg'),
(320, 1000, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:410;s:6:\"height\";i:277;s:4:\"file\";s:25:\"2022/01/bussiness-2-1.jpg\";s:8:\"filesize\";i:15348;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"bussiness-2-1-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"bussiness-2-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:6019;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(322, 1045, '_wp_attached_file', '2022/01/woocommerce-placeholder-1.png'),
(323, 1045, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2022/01/woocommerce-placeholder-1.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10546;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"woocommerce-placeholder-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84297;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3767;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49572;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:38:\"woocommerce-placeholder-1-1170x600.png\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101519;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23042;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-700x544.png\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(324, 1054, '_wp_attached_file', '2022/01/coacing-logo-1.png'),
(325, 1054, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:26:\"2022/01/coacing-logo-1.png\";s:8:\"filesize\";i:3240;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:{}}}'),
(326, 1054, '_wxr_import_parent', '1051'),
(327, 1075, '_wp_attached_file', '2022/01/coacing-logo2-2.png'),
(328, 1075, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2022/01/coacing-logo2-2.png\";s:8:\"filesize\";i:2761;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:{}}}'),
(329, 1075, '_wxr_import_parent', '1074'),
(330, 1147, '_wp_attached_file', '2022/01/coacing-logo5-1.png'),
(331, 1147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2022/01/coacing-logo5-1.png\";s:8:\"filesize\";i:3108;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:{}}}'),
(332, 1147, '_wxr_import_parent', '1145'),
(333, 1164, '_wp_attached_file', '2022/01/coacing-logo2-1-1.png'),
(334, 1164, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2022/01/coacing-logo2-1-1.png\";s:8:\"filesize\";i:2761;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:{}}}'),
(335, 1164, '_wxr_import_parent', '1163'),
(336, 1239, '_wp_attached_file', '2022/01/abfact-1.jpg'),
(337, 1239, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2022/01/abfact-1.jpg\";s:8:\"filesize\";i:142484;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"abfact-1-300x70.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7714;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"abfact-1-1024x240.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"abfact-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:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"abfact-1-768x180.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41529;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"abfact-1-1536x360.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136610;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:21:\"abfact-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132241;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:20:\"abfact-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42384;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:20:\"abfact-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71953;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(339, 1253, '_wp_attached_file', '2022/01/ab-m-1.jpg'),
(340, 1253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:630;s:6:\"height\";i:527;s:4:\"file\";s:18:\"2022/01/ab-m-1.jpg\";s:8:\"filesize\";i:42486;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ab-m-1-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ab-m-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:7281;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:18:\"ab-m-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33144;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(342, 1276, '_wp_attached_file', '2022/01/featurs-2-4-1.jpg'),
(343, 1276, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/01/featurs-2-4-1.jpg\";s:8:\"filesize\";i:13020;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"featurs-2-4-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:7167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(345, 1280, '_wp_attached_file', '2022/01/featurs-1-1-1.jpg'),
(346, 1280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/01/featurs-1-1-1.jpg\";s:8:\"filesize\";i:11576;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"featurs-1-1-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:7019;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(348, 1327, '_wp_attached_file', '2022/01/services-bg-1.jpg'),
(349, 1327, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:543;s:4:\"file\";s:25:\"2022/01/services-bg-1.jpg\";s:8:\"filesize\";i:146586;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"services-bg-1-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8218;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"services-bg-1-1024x290.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63493;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"services-bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7855;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"services-bg-1-768x217.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39964;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"services-bg-1-1536x434.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118600;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:26:\"services-bg-1-1170x543.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127743;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:25:\"services-bg-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43046;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:25:\"services-bg-1-700x543.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(351, 1447, '_wp_attached_file', '2022/01/pt-4-1.png'),
(352, 1447, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:118;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-4-1.png\";s:8:\"filesize\";i:6799;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:{}}}'),
(354, 1448, '_wp_attached_file', '2022/01/pt-5-1.png'),
(355, 1448, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:98;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-5-1.png\";s:8:\"filesize\";i:6057;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:{}}}'),
(357, 1449, '_wp_attached_file', '2022/01/pt-6-1.png'),
(358, 1449, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:109;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-6-1.png\";s:8:\"filesize\";i:5866;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:{}}}'),
(360, 1450, '_wp_attached_file', '2022/01/pt-7-1.png'),
(361, 1450, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:118;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-7-1.png\";s:8:\"filesize\";i:7883;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:{}}}'),
(363, 1451, '_wp_attached_file', '2022/01/pt-8-1.png'),
(364, 1451, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:109;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-8-1.png\";s:8:\"filesize\";i:7566;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:{}}}'),
(366, 1452, '_wp_attached_file', '2022/01/pt-9-1.png'),
(367, 1452, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:122;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-9-1.png\";s:8:\"filesize\";i:9947;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:{}}}'),
(369, 1480, '_wp_attached_file', '2022/01/united-details-1.jpg'),
(370, 1480, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:28:\"2022/01/united-details-1.jpg\";s:8:\"filesize\";i:48080;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"united-details-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"united-details-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:5758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"united-details-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44169;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:28:\"united-details-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25758;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:28:\"united-details-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(371, 1522, '_wp_attached_file', '2022/01/united-flag-1.png'),
(372, 1522, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:381;s:6:\"height\";i:205;s:4:\"file\";s:25:\"2022/01/united-flag-1.png\";s:8:\"filesize\";i:38298;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"united-flag-1-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42559;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"united-flag-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23141;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(374, 1583, '_wp_attached_file', '2022/01/butifull-1.png'),
(375, 1583, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:322;s:4:\"file\";s:22:\"2022/01/butifull-1.png\";s:8:\"filesize\";i:168990;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"butifull-1-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"butifull-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(377, 1605, '_wp_attached_file', '2022/01/histry-1-1.jpg'),
(378, 1605, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:231;s:4:\"file\";s:22:\"2022/01/histry-1-1.jpg\";s:8:\"filesize\";i:13011;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"histry-1-1-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"histry-1-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:6211;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(380, 1606, '_wp_attached_file', '2022/01/histry-2-1.jpg'),
(381, 1606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:231;s:4:\"file\";s:22:\"2022/01/histry-2-1.jpg\";s:8:\"filesize\";i:21454;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"histry-2-1-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"histry-2-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:6666;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:22:\"histry-2-1-500x231.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(383, 1637, '_wp_attached_file', '2022/01/abbg-1.jpg'),
(384, 1637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:312;s:4:\"file\";s:18:\"2022/01/abbg-1.jpg\";s:8:\"filesize\";i:18289;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"abbg-1-300x49.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2833;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"abbg-1-1024x166.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"abbg-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:2877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"abbg-1-768x125.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8158;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"abbg-1-1536x250.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21575;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:19:\"abbg-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16058;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:18:\"abbg-1-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9694;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:18:\"abbg-1-700x312.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12785;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(386, 1745, '_wp_attached_file', '2022/01/pt-1-1.png'),
(387, 1745, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:114;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-1-1.png\";s:8:\"filesize\";i:6880;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:{}}}'),
(389, 1753, '_wp_attached_file', '2022/01/pt-2-1.png'),
(390, 1753, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:126;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-2-1.png\";s:8:\"filesize\";i:8405;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:{}}}'),
(392, 1755, '_wp_attached_file', '2022/01/pt-3-1.png'),
(393, 1755, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:105;s:6:\"height\";i:119;s:4:\"file\";s:18:\"2022/01/pt-3-1.png\";s:8:\"filesize\";i:7444;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:{}}}'),
(395, 1774, '_wp_attached_file', '2022/01/pt-10-1.png'),
(396, 1774, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:92;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-10-1.png\";s:8:\"filesize\";i:4925;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:{}}}'),
(398, 1775, '_wp_attached_file', '2022/01/pt-11-1.png'),
(399, 1775, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:87;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-11-1.png\";s:8:\"filesize\";i:4774;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:{}}}'),
(401, 1776, '_wp_attached_file', '2022/01/pt-12-1.png'),
(402, 1776, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:119;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-12-1.png\";s:8:\"filesize\";i:7139;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:{}}}'),
(404, 1777, '_wp_attached_file', '2022/01/pt-13-1.png'),
(405, 1777, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:123;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-13-1.png\";s:8:\"filesize\";i:4281;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:{}}}'),
(407, 1779, '_wp_attached_file', '2022/01/pt-14-1.png'),
(408, 1779, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:109;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-14-1.png\";s:8:\"filesize\";i:9343;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:{}}}'),
(410, 1784, '_wp_attached_file', '2022/01/pt-15-1.png'),
(411, 1784, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:86;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-15-1.png\";s:8:\"filesize\";i:4172;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:{}}}'),
(413, 1785, '_wp_attached_file', '2022/01/pt-16-1.png'),
(414, 1785, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:125;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-16-1.png\";s:8:\"filesize\";i:12989;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:{}}}'),
(416, 1786, '_wp_attached_file', '2022/01/pt-17-2.png'),
(417, 1786, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:99;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-17-2.png\";s:8:\"filesize\";i:4747;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:{}}}'),
(419, 1789, '_wp_attached_file', '2022/01/pt-17-1-1.png'),
(420, 1789, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:99;s:6:\"height\";i:119;s:4:\"file\";s:21:\"2022/01/pt-17-1-1.png\";s:8:\"filesize\";i:4747;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:{}}}'),
(422, 1790, '_wp_attached_file', '2022/01/pt-18-1.png'),
(423, 1790, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:130;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2022/01/pt-18-1.png\";s:8:\"filesize\";i:7191;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:{}}}'),
(425, 1945, '_wp_attached_file', '2022/01/b5-1.jpg'),
(426, 1945, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2022/01/b5-1.jpg\";s:8:\"filesize\";i:54128;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"b5-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"b5-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:7288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"b5-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43274;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:16:\"b5-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31276;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:16:\"b5-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52593;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(427, 1945, '_wxr_import_parent', '1051'),
(428, 1946, '_wp_attached_file', '2022/01/b1-1.jpg'),
(429, 1946, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2022/01/b1-1.jpg\";s:8:\"filesize\";i:71931;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"b1-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"b1-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:7480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"b1-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55738;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:16:\"b1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35822;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:16:\"b1-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(430, 1946, '_wxr_import_parent', '1074'),
(431, 1947, '_wp_attached_file', '2022/01/b4-1.jpg'),
(432, 1947, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2022/01/b4-1.jpg\";s:8:\"filesize\";i:55230;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"b4-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"b4-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:6839;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"b4-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45232;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:16:\"b4-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29206;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:16:\"b4-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(433, 1947, '_wxr_import_parent', '1111'),
(434, 1948, '_wp_attached_file', '2022/01/b3-1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(435, 1948, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2022/01/b3-1.jpg\";s:8:\"filesize\";i:41704;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"b3-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"b3-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:5725;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"b3-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34195;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:16:\"b3-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24491;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:16:\"b3-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40534;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(436, 1948, '_wxr_import_parent', '1145'),
(437, 1949, '_wp_attached_file', '2022/01/b2-1.jpg'),
(438, 1949, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2022/01/b2-1.jpg\";s:8:\"filesize\";i:42526;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"b2-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"b2-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:6121;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"b2-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35802;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:16:\"b2-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24918;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:16:\"b2-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40366;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(439, 1949, '_wxr_import_parent', '1163'),
(440, 1950, '_wp_attached_file', '2022/01/b6-1.jpg'),
(441, 1950, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2022/01/b6-1.jpg\";s:8:\"filesize\";i:49730;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"b6-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"b6-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:6383;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"b6-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39471;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:16:\"b6-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27698;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:16:\"b6-1-700x450.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46520;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(442, 1950, '_wxr_import_parent', '1183'),
(443, 1970, '_wp_attached_file', '2022/01/flag6-1-1.png'),
(444, 1970, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:72;s:6:\"height\";i:46;s:4:\"file\";s:21:\"2022/01/flag6-1-1.png\";s:8:\"filesize\";i:737;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:{}}}'),
(446, 1991, '_wp_attached_file', '2022/01/hero-1-1.jpg'),
(447, 1991, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:20:\"2022/01/hero-1-1.jpg\";s:8:\"filesize\";i:68433;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"hero-1-1-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4836;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"hero-1-1-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"hero-1-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:3239;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"hero-1-1-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16824;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"hero-1-1-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49019;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:21:\"hero-1-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44531;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:20:\"hero-1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14405;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:20:\"hero-1-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(449, 1998, '_wp_attached_file', '2022/01/ct10-1.jpg'),
(450, 1998, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:18:\"2022/01/ct10-1.jpg\";s:8:\"filesize\";i:105319;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ct10-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ct10-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:7435;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ct10-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72948;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:18:\"ct10-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39262;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:18:\"ct10-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75530;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(452, 1999, '_wp_attached_file', '2022/01/ct8-1.jpg'),
(453, 1999, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2022/01/ct8-1.jpg\";s:8:\"filesize\";i:89159;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ct8-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12821;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ct8-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:6638;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ct8-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62818;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ct8-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34249;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ct8-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68149;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(488, 1040, 'department_details_thumb', '818'),
(489, 1040, '_department_details_thumb', 'field_5f0e9d6d0a068'),
(490, 1040, '_thumbnail_id', '824'),
(491, 1040, '_elementor_edit_mode', 'builder'),
(492, 1040, '_elementor_template_type', 'wp-post'),
(493, 1040, '_elementor_version', '3.4.6'),
(494, 1040, '_wp_page_template', 'default'),
(495, 1040, '_elementor_data', '[{\"id\":\"68a2358a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50c9220\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a766da0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"mb-30\\\">An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted to bring somebody to assist them but limited to 1 person per applicant or group. VFS Global will not allow.\\r\\n<\\/p>\\r\\n<p class=\\\"mb-35\\\">Issuance of the immigrant visa to the intending immigrant. Before the immigrant visa expires, the intended immigrant must show the immigrant visa at a U.S. port-of-entry. When an immigrant\'s immigrant visa is approved, he or she becomes a lawful for Individuals and circumstances influence how long.<\\/p>\\r\\n<h3 class=\\\"visa-deatils__title mb-25\\\">\\r\\n    Visa Application Whole Process\\r\\n<\\/h3>\\r\\n<p class=\\\"mb-35\\\">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8734832\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"760ebb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"162e149\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"Ensure<br> The Requrements \",\"service_count\":\"02\",\"service_label\":\" Happy Clients & Students \",\"selected_icon\":{\"value\":\" flaticon-requirement\",\"library\":\"bdevs-element-flat-icons\"},\"description\":\"Work permit approval in higher education is designed for career professionals seeking\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"7ad0a38\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3c3fa\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"Collection<br> The Documents\",\"service_count\":\"02\",\"service_label\":\" Happy Clients & Students \",\"selected_icon\":{\"value\":\" flaticon-paperwork\",\"library\":\"bdevs-element-flat-icons\"},\"description\":\"Work permit approval in higher education is designed for career professionals seeking\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"488ae68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"28991ed\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"Fill Up<br> The Required From \",\"service_count\":\"02\",\"service_label\":\" Happy Clients & Students \",\"selected_icon\":{\"value\":\" flaticon-application\",\"library\":\"bdevs-element-flat-icons\"},\"description\":\"Work permit approval in higher education is designed for career professionals seeking\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c2b03d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7eac12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"594f929\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_5\",\"title\":\"Necessary Documents \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"bdevs info box description goes here\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/business-1.jpg\",\"id\":969,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4580205\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"25ab353\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f98c45a\",\"field_condition\":\"style_6\",\"title\":\"Two Recently taken posts must be attas\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"A valid passport\",\"_id\":\"192183d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"Round trip reservation or itinerary\",\"_id\":\"bdaeff9\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"Travel insurance policy\",\"_id\":\"bc7f197\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"Proof of paid visa fee\",\"_id\":\"c87f182\"}],\"button_text\":\"View More Requrements\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d9f57f2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a7300b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63e4f93\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_6\",\"title\":\"Visa Application Whole Process\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/bussiness-2.jpg\",\"id\":1000,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"88fc95f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"83e5788\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f4b1f6c\",\"field_condition\":\"style_6\",\"title\":\"<span>Processing time<\\/span>: <span>7 - 28 Days<\\/span>\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Stay period<\\/span>: <span>Up to 180 Days<\\/span>\",\"_id\":\"42c2822\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Entry Persons<\\/span>: <span>Single \\/ Double<\\/span>\",\"_id\":\"ff58ce5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Life Insurance<\\/span>: <span>Yes<\\/span>\",\"_id\":\"a670919\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Medical Checkup<\\/span>: <span>Yes<\\/span>\",\"_id\":\"eb120c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Total Charges<\\/span>: <span>$23,570<\\/span>\",\"_id\":\"1f58ed7\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2594d89\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66112\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76f9baf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>England dotted with a lush, green landscape, rustic villages and throbbing with humanity. South Asian country that has plenty to offer to visitors with its diverse wildlife .We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1adb470\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e1cf59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"90f888a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ae48038\",\"tab_title\":\"How long does it take for a Transit Visa to process?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What is the purpose of the United States Business visa?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \",\"_id\":\"0083514\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"If the applicant is intending to stay more than 3 months?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \",\"_id\":\"2153507\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What are the important things to know as a Transit Visa applicant?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \",\"_id\":\"c102ef0\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(496, 1040, '_elementor_page_assets', 'a:0:{}'),
(497, 1040, '_elementor_controls_usage', 'a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:3;}s:13:\"_section_icon\";a:2:{s:5:\"title\";i:3;s:11:\"description\";i:3;}s:14:\"_section_media\";a:1:{s:13:\"selected_icon\";i:3;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:5:\"title\";i:2;s:11:\"description\";i:1;}s:20:\"_section_about_image\";a:1:{s:7:\"image_1\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:3:\"faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}}'),
(499, 1500, '_thumbnail_id', '1998'),
(500, 1500, '_elementor_template_type', 'wp-post'),
(501, 1500, '_elementor_version', '3.4.6'),
(502, 1500, '_wp_page_template', 'default'),
(503, 1500, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(504, 1500, '_elementor_page_assets', 'a:0:{}'),
(505, 1500, '_elementor_edit_mode', 'builder'),
(506, 1500, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(508, 1709, '_thumbnail_id', '1999'),
(509, 1709, '_elementor_template_type', 'wp-post'),
(510, 1709, '_elementor_version', '3.4.6'),
(511, 1709, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(512, 1709, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(513, 1709, '_elementor_page_assets', 'a:0:{}'),
(514, 1709, '_elementor_edit_mode', 'builder'),
(515, 1709, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(517, 1732, '_thumbnail_id', '2000'),
(518, 1732, '_elementor_template_type', 'wp-post'),
(519, 1732, '_elementor_version', '3.4.6'),
(520, 1732, '_wp_page_template', 'default'),
(521, 1732, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(522, 1732, '_elementor_page_assets', 'a:0:{}'),
(523, 1732, '_elementor_edit_mode', 'builder'),
(524, 1732, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(526, 1737, '_thumbnail_id', '2001'),
(527, 1737, '_elementor_template_type', 'wp-post'),
(528, 1737, '_elementor_version', '3.4.6'),
(529, 1737, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(530, 1737, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(531, 1737, '_elementor_page_assets', 'a:0:{}'),
(532, 1737, '_elementor_edit_mode', 'builder'),
(533, 1737, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(535, 1746, '_thumbnail_id', '2002'),
(536, 1746, '_elementor_template_type', 'wp-post'),
(537, 1746, '_elementor_version', '3.4.6'),
(538, 1746, '_wp_page_template', 'default'),
(539, 1746, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(540, 1746, '_elementor_page_assets', 'a:0:{}'),
(541, 1746, '_elementor_edit_mode', 'builder'),
(542, 1746, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(544, 1756, '_thumbnail_id', '2003'),
(545, 1756, '_elementor_template_type', 'wp-post'),
(546, 1756, '_elementor_version', '3.4.6'),
(547, 1756, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(548, 1756, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(549, 1756, '_elementor_page_assets', 'a:0:{}'),
(550, 1756, '_elementor_edit_mode', 'builder'),
(551, 1756, '_wp_old_slug', 'canada-2'),
(552, 1756, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(554, 1762, '_thumbnail_id', '2005'),
(555, 1762, '_elementor_template_type', 'wp-post'),
(556, 1762, '_elementor_version', '3.4.6'),
(557, 1762, '_wp_page_template', 'default'),
(558, 1762, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(559, 1762, '_elementor_page_assets', 'a:0:{}'),
(560, 1762, '_elementor_edit_mode', 'builder'),
(561, 1762, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(563, 1787, '_thumbnail_id', '2007'),
(564, 1787, '_elementor_template_type', 'wp-post'),
(565, 1787, '_elementor_version', '3.4.6'),
(566, 1787, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(567, 1787, '_elementor_data', '[{\"id\":\"29f87b05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c77267b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"622898a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total area.<\\/p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\\u2019s third- or fourth-largest country by total are<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e57379f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"1d3b23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.33},\"elements\":[{\"id\":\"b7060dc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4c6a536\",\"sl_number\":\"01\",\"title\":\"Full Name\",\"rank_number\":\"01\",\"sub_title\":\"United States of America\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Population\",\"rank_number\":\"01\",\"sub_title\":\"(2010) 308,745,538\",\"button_text\":\"Button Text\",\"_id\":\"2008c75\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Capital\",\"rank_number\":\"01\",\"sub_title\":\"Washington DC\",\"button_text\":\"Button Text\",\"_id\":\"bba494d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Largest city\",\"rank_number\":\"01\",\"sub_title\":\"New York\",\"button_text\":\"Button Text\",\"_id\":\"ec0726e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Currency\",\"rank_number\":\"01\",\"sub_title\":\"US dollar\",\"button_text\":\"Button Text\",\"_id\":\"c6ced52\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Area\",\"rank_number\":\"01\",\"sub_title\":\"3,796,742 SQ MI\",\"button_text\":\"Button Text\",\"_id\":\"1a6aae6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Language\",\"rank_number\":\"01\",\"sub_title\":\"English\",\"button_text\":\"Button Text\",\"_id\":\"5465811\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Major Religion\",\"rank_number\":\"01\",\"sub_title\":\"Christianity\",\"button_text\":\"Button Text\",\"_id\":\"5aa4bc2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"sl_number\":\"01\",\"title\":\"Life Style & Culture\",\"rank_number\":\"01\",\"sub_title\":\"American\",\"button_text\":\"Button Text\",\"_id\":\"11ed1e3\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"4cfe1f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.67,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7bbb63a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/united-flag.png\",\"id\":1522,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f35ac9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"4a88bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beabdb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title2 mb-25\\\">Why Choose United States<\\/h3>\\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"150bea2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"f71a03f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc7e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-25\\\">Life Styles<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9268374\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"79398f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd70b26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Law &amp; Rules<\\/h3>\\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d1d04a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"9315c1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66.6},\"elements\":[{\"id\":\"ab79c5c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"section_title\":\"Beautiful Cities\",\"section_content\":\"This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a25fdda\",\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"New York\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Chicago\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"33f4d16\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Washington DC\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bebf942\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Alabama\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"de6d48a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"California\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eec05d1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_2\",\"sl_number\":\"01\",\"title\":\"Florida\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b750490\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false},{\"id\":\"dbbd73a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732},\"elements\":[{\"id\":\"ff8a794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/butifull.png\",\"id\":1583,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95efeb0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"97de933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6054cac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Universities<\\/h3>\\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ab9967\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"858b4f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eaa384\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"section_title\":\"Title\",\"section_content\":\"Content\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2b83e50\",\"field_condition\":\"style_3\",\"sl_number\":\"01\",\"title\":\"Harvard Universitu\",\"rank_number\":\"01\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"02\",\"title\":\"Johns Hopkins University\",\"rank_number\":\"02\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"00faa01\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"03\",\"title\":\"California Institute of Technology - Caltech\",\"rank_number\":\"03\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"fe2d22d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"04\",\"title\":\"Princeton University\",\"rank_number\":\"04\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c4bde47\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"05\",\"title\":\"University of California, Berkeley\",\"rank_number\":\"05\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"1dca6e4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"06\",\"title\":\"Yale University\",\"rank_number\":\"06\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"988aa68\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"07\",\"title\":\"Massachusetts Institute of Technology (MIT)\",\"rank_number\":\"07\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"613ab9c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"08\",\"title\":\"University of Chicago\",\"rank_number\":\"08\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"0dd565e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"09\",\"title\":\"University of Pennsylvania\",\"rank_number\":\"09\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"7fcca62\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_3\",\"sl_number\":\"10\",\"title\":\"Stanford University\",\"rank_number\":\"10\",\"sub_title\":\"Country subtitle\",\"button_text\":\"Button Text\",\"_id\":\"c647136\"}]},\"elements\":[],\"widgetType\":\"country_details\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40645e0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6396584\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f95945\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 class=\\\"united-states__title3 mb-20\\\">Historical Places<\\/h3>\\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\\n<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82f479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"db37cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"b550e3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-1.jpg\",\"id\":1605,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9fb78d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"3e6f271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/histry-2.jpg\",\"id\":1606,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"space\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(568, 1787, '_elementor_page_assets', 'a:0:{}'),
(569, 1787, '_elementor_edit_mode', 'builder'),
(570, 1787, '_wp_old_slug', 'china-2'),
(571, 1787, '_elementor_controls_usage', 'a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:10;}}}}s:15:\"country_details\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:3;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:13:\"section_title\";i:1;s:15:\"section_content\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"space\";i:1;}}}}}'),
(573, 2000, '_wp_attached_file', '2022/01/ct3-1.jpg'),
(574, 2000, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2022/01/ct3-1.jpg\";s:8:\"filesize\";i:83347;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ct3-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12435;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ct3-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:6817;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ct3-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57863;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ct3-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32310;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ct3-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61576;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(575, 2001, '_wp_attached_file', '2022/01/ct4-1.jpg'),
(576, 2001, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2022/01/ct4-1.jpg\";s:8:\"filesize\";i:114037;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ct4-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ct4-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:7852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ct4-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81788;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ct4-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43284;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ct4-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(577, 2002, '_wp_attached_file', '2022/01/ct7-1.jpg'),
(578, 2002, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2022/01/ct7-1.jpg\";s:8:\"filesize\";i:39416;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ct7-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8897;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ct7-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:4970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ct7-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31637;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ct7-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18548;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ct7-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30697;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(579, 2003, '_wp_attached_file', '2022/01/ct5-1.jpg'),
(580, 2003, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2022/01/ct5-1.jpg\";s:8:\"filesize\";i:95012;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ct5-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ct5-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:6830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ct5-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68804;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ct5-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36895;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ct5-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68687;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(581, 2005, '_wp_attached_file', '2022/01/ct1-1.jpg'),
(582, 2005, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2022/01/ct1-1.jpg\";s:8:\"filesize\";i:60829;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ct1-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ct1-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:5872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ct1-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47459;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ct1-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27209;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ct1-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49256;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(583, 2007, '_wp_attached_file', '2022/01/ct2-1.jpg'),
(584, 2007, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2022/01/ct2-1.jpg\";s:8:\"filesize\";i:77797;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ct2-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12673;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ct2-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:6061;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ct2-1-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59451;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ct2-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32029;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ct2-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(585, 204, '_elementor_edit_mode', 'builder'),
(586, 204, '_elementor_template_type', 'kit'),
(587, 204, '_wp_page_template', 'default'),
(588, 204, '_elementor_page_settings', 'a:13:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:51:\"Visapass - Immigration and Visa Consulting WP Theme\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1320;s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:21:\"global_image_lightbox\";s:0:\"\";}'),
(589, 204, '_elementor_data', '[]'),
(590, 204, '_elementor_page_assets', 'a:0:{}'),
(591, 204, '_elementor_version', '3.4.6'),
(592, 1353, '_elementor_edit_mode', 'builder'),
(593, 1353, '_elementor_template_type', 'landing-page'),
(594, 1353, '_wp_page_template', 'elementor_canvas'),
(595, 1353, '_elementor_version', '3.4.6'),
(596, 1353, '_elementor_data', '[{\"id\":\"d9e818a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c7c2090\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8c20eb2\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_10\",\"title\":\"bdevs Info Box Title\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"bdevs info box description goes here\",\"date_label\":\"bdevs info box description goes here\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9008a7b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bb872b4\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f530b1b\",\"field_condition\":\"style_10\",\"title\":\"Started Journey in New York\",\"title_2\":\"First Trophy Winner in World\",\"sub_title\":\"22 jan 1995\",\"sub_title_2\":\"25 Aug 1994\",\"description\":\"Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.\",\"description_2\":\"Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"a9470fc\",\"field_condition\":\"style_10\",\"title\":\"Started Journey in New York\",\"title_2\":\"First Trophy Winner in World\",\"sub_title\":\"22 jan 1995\",\"sub_title_2\":\"25 Aug 1994\",\"description\":\"Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.\",\"description_2\":\"Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.\"}],\"button_text\":\"Button Text\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(597, 1353, '_elementor_page_assets', 'a:0:{}'),
(598, 1353, '_elementor_controls_usage', 'a:3:{s:5:\"about\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}}}}'),
(630, 1879, '_menu_item_type', 'post_type'),
(631, 1879, '_menu_item_menu_item_parent', '0'),
(632, 1879, '_menu_item_object_id', '219'),
(633, 1879, '_menu_item_object', 'page'),
(634, 1879, '_menu_item_target', ''),
(635, 1879, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(636, 1879, '_menu_item_xfn', ''),
(637, 1879, '_menu_item_url', ''),
(739, 1889, '_menu_item_type', 'post_type'),
(740, 1889, '_menu_item_menu_item_parent', '0'),
(741, 1889, '_menu_item_object_id', '1385'),
(742, 1889, '_menu_item_object', 'page'),
(743, 1889, '_menu_item_target', ''),
(744, 1889, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(745, 1889, '_menu_item_xfn', ''),
(746, 1889, '_menu_item_url', ''),
(810, 1897, '_menu_item_type', 'post_type'),
(811, 1897, '_menu_item_menu_item_parent', '0'),
(812, 1897, '_menu_item_object_id', '506'),
(813, 1897, '_menu_item_object', 'page'),
(814, 1897, '_menu_item_target', ''),
(815, 1897, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(816, 1897, '_menu_item_xfn', ''),
(817, 1897, '_menu_item_url', ''),
(828, 1899, '_menu_item_type', 'post_type'),
(829, 1899, '_menu_item_menu_item_parent', '0'),
(830, 1899, '_menu_item_object_id', '1702'),
(831, 1899, '_menu_item_object', 'page'),
(832, 1899, '_menu_item_target', ''),
(833, 1899, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(834, 1899, '_menu_item_xfn', ''),
(835, 1899, '_menu_item_url', ''),
(837, 1900, '_menu_item_type', 'post_type'),
(838, 1900, '_menu_item_menu_item_parent', '0'),
(839, 1900, '_menu_item_object_id', '938'),
(840, 1900, '_menu_item_object', 'page'),
(841, 1900, '_menu_item_target', ''),
(842, 1900, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(843, 1900, '_menu_item_xfn', ''),
(844, 1900, '_menu_item_url', ''),
(846, 1902, '_menu_item_type', 'post_type'),
(847, 1902, '_menu_item_menu_item_parent', '0'),
(848, 1902, '_menu_item_object_id', '506'),
(849, 1902, '_menu_item_object', 'page'),
(850, 1902, '_menu_item_target', ''),
(851, 1902, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(852, 1902, '_menu_item_xfn', ''),
(853, 1902, '_menu_item_url', ''),
(873, 53, '_wp_page_template', 'page-templates/ielts-course.php'),
(874, 53, 'is_it_invisible_breadcrumb', '0'),
(875, 53, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(876, 53, 'breadcrumb_background_image', ''),
(877, 53, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(878, 53, 'hide_breadcrumb_background_image', '0'),
(879, 53, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(880, 53, 'is_enable_sec_logo', '0'),
(881, 53, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(882, 53, 'header_style', 'header-style-1'),
(883, 53, '_header_style', 'field_5ee5b7e62edef'),
(884, 53, 'footer_style', 'footer-style-1'),
(885, 53, '_footer_style', 'field_5efb0ded987fe'),
(886, 53, 'visapass_footer_bg', '113'),
(887, 53, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(888, 53, 'visapass_footer_bg_color', ''),
(889, 53, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(890, 73, '_wp_page_template', 'default'),
(891, 73, 'is_it_invisible_breadcrumb', '0'),
(892, 73, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(893, 73, 'breadcrumb_background_image', ''),
(894, 73, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(895, 73, 'hide_breadcrumb_background_image', '0'),
(896, 73, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(897, 73, 'is_enable_sec_logo', '0'),
(898, 73, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(899, 73, 'header_style', 'header-style-1'),
(900, 73, '_header_style', 'field_5ee5b7e62edef'),
(901, 73, 'footer_style', 'footer-style-1'),
(902, 73, '_footer_style', 'field_5efb0ded987fe'),
(903, 73, 'visapass_footer_bg', '113'),
(904, 73, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(905, 73, 'visapass_footer_bg_color', ''),
(906, 73, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(931, 219, '_wp_page_template', 'elementor_header_footer'),
(932, 219, 'is_it_invisible_breadcrumb', '1'),
(933, 219, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(934, 219, 'is_enable_sec_logo', '0'),
(935, 219, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(936, 219, 'header_style', 'header-style-1'),
(937, 219, '_header_style', 'field_5ee5b7e62edef'),
(938, 219, 'footer_style', 'footer-style-1'),
(939, 219, '_footer_style', 'field_5efb0ded987fe'),
(940, 219, 'visapass_footer_bg', ''),
(941, 219, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(942, 219, 'visapass_footer_bg_color', ''),
(943, 219, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(944, 219, '_elementor_edit_mode', 'builder'),
(945, 219, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(946, 219, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/factory-bg.jpg\",\"id\":2366,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(947, 219, '_elementor_page_assets', 'a:0:{}'),
(948, 219, '_elementor_version', '3.7.6'),
(949, 219, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(951, 506, '_wp_page_template', 'elementor_header_footer'),
(952, 506, 'is_it_invisible_breadcrumb', '0'),
(953, 506, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(954, 506, 'is_enable_sec_logo', '0'),
(955, 506, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(956, 506, 'header_style', 'header-style-1'),
(957, 506, '_header_style', 'field_5ee5b7e62edef'),
(958, 506, 'footer_style', 'footer-style-1'),
(959, 506, '_footer_style', 'field_5efb0ded987fe'),
(960, 506, 'visapass_footer_bg', ''),
(961, 506, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(962, 506, 'visapass_footer_bg_color', ''),
(963, 506, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(964, 506, '_elementor_edit_mode', 'builder'),
(965, 506, '_elementor_template_type', 'wp-page'),
(966, 506, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(967, 506, '_elementor_page_assets', 'a:0:{}'),
(968, 506, '_elementor_version', '3.7.6'),
(969, 506, 'breadcrumb_background_image', ''),
(970, 506, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(971, 506, 'hide_breadcrumb_background_image', '0'),
(972, 506, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(973, 506, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1023, 938, '_wp_page_template', 'elementor_header_footer'),
(1024, 938, 'is_it_invisible_breadcrumb', '0'),
(1025, 938, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(1026, 938, 'breadcrumb_background_image', ''),
(1027, 938, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(1028, 938, 'hide_breadcrumb_background_image', '0'),
(1029, 938, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(1030, 938, 'is_enable_sec_logo', '0'),
(1031, 938, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(1032, 938, 'header_style', 'header-style-1'),
(1033, 938, '_header_style', 'field_5ee5b7e62edef'),
(1034, 938, 'footer_style', 'footer-style-1'),
(1035, 938, '_footer_style', 'field_5efb0ded987fe'),
(1036, 938, 'visapass_footer_bg', ''),
(1037, 938, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(1038, 938, 'visapass_footer_bg_color', ''),
(1039, 938, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(1040, 938, '_elementor_edit_mode', 'builder'),
(1041, 938, '_elementor_template_type', 'wp-page'),
(1042, 938, '_elementor_version', '3.4.6'),
(1043, 938, '_elementor_data', '[{\"id\":\"2195481\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5478a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06e44e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Featured Services \",\"title\":\"We Take The Challenge to Make The Life Easier \",\"desccription\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/services-1.jpg\",\"id\":970,\"alt\":\"\",\"source\":\"library\"},\"thumbnails_size\":\"full\",\"button_text\":\"Button Text\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"40fce96\",\"title\":\"Proper<br> Information \",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"icon_bg_color\":\"#F8F8F8\",\"title\":\"Advice & <br> Consultancy\",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\",\"_id\":\"270c8e0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"icon_bg_color\":\"#F1F8F9\",\"title\":\"Tour & Travel <br>Guidelines \",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\",\"_id\":\"f26874f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"icon_bg_color\":\"#F9F6F6\",\"title\":\"Education <br>Tips and Tricks \",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\",\"_id\":\"e4c5272\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"service\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b4dd50b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb72b3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5ba48b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"af3d80a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/services-bg.jpg\",\"id\":1327,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000CC\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"265\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"45a633c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e591526\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a5dd1f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f740d16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"a7d1bb6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_9\",\"title\":\"We Take 1-2 Working Months For Processing\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Working Process \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=n07QCmVYc6M\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"6a36b35\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"37b80b8\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2fb580c\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"title\":\"Visa Requests\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"title\":\" Visa Apply\",\"_id\":\"e93b3f4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"title\":\"Visa Service\",\"_id\":\"ef7f946\"}],\"button_text\":\"See Packages\",\"button_text2\":\"Button Text\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68b22c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"107\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cef787\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0af523a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1044, 938, '_elementor_page_assets', 'a:0:{}'),
(1045, 938, '_elementor_controls_usage', 'a:7:{s:7:\"service\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;s:12:\"desccription\";i:1;}s:20:\"_section_about_image\";a:2:{s:5:\"image\";i:1;s:15:\"thumbnails_size\";i:1;}s:13:\"_section_icon\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:4;s:3:\"gap\";i:5;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:1;s:18:\"selected_list_post\";i:1;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:2:{s:13:\"feature_image\";i:1;s:15:\"post_image_size\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:7:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:9:\"sub_title\";i:1;s:11:\"description\";i:1;}s:20:\"_section_about_image\";a:2:{s:7:\"image_1\";i:1;s:14:\"thumbnail_size\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1047, 1236, '_wp_page_template', 'elementor_header_footer'),
(1048, 1236, 'is_it_invisible_breadcrumb', '0'),
(1049, 1236, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(1050, 1236, 'breadcrumb_background_image', ''),
(1051, 1236, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(1052, 1236, 'hide_breadcrumb_background_image', '0'),
(1053, 1236, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(1054, 1236, 'is_enable_sec_logo', '0'),
(1055, 1236, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(1056, 1236, 'header_style', 'header-style-1'),
(1057, 1236, '_header_style', 'field_5ee5b7e62edef'),
(1058, 1236, 'footer_style', 'footer-style-1'),
(1059, 1236, '_footer_style', 'field_5efb0ded987fe'),
(1060, 1236, 'visapass_footer_bg', ''),
(1061, 1236, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(1062, 1236, 'visapass_footer_bg_color', ''),
(1063, 1236, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(1064, 1236, '_elementor_edit_mode', 'builder'),
(1065, 1236, '_elementor_template_type', 'wp-page'),
(1066, 1236, '_elementor_version', '3.4.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1067, 1236, '_elementor_data', '[{\"id\":\"73cd487\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4153a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f57ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Ranked Courses\",\"post_type\":\"courses\",\"tax_ids_course-category\":[\"48\",\"43\",\"46\",\"50\",\"42\"],\"item_limit\":6,\"read_more\":\"yes\",\"read_more_text\":\"Details\",\"read_more_icon\":{\"value\":\"fal fa-angle-right\",\"library\":\"bdevs-element-icons\"},\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"content\":\"yes\",\"content_limit\":\"14\",\"author_switch\":\"yes\",\"lession_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"course_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2646c2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e6a88f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97c7598\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Need Coaching Help? Look Here \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a8351f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"34\"},\"elements\":[{\"id\":\"e176c92\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9531fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"9aadaa5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Heading Title\",\"slides2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"67a529d\",\"tab_title\":\"Tab Title\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"Tab Title\",\"_id\":\"ebfc657\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"Tab Title\",\"_id\":\"c4d2399\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"194fc7e\",\"tab_title\":\"How long does it take for a Transit Visa to process?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What is the purpose of the United States Business visa?                                         \",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"40adecd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"If the applicant is intending to stay more than 3 months?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"ae916e0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What are the important things to know as a Transit Visa applicant?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"158035f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"How do I read and understand my visa?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"742cbee\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"Can I bring friends and family with me, if I am to be interviewed?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"a869165\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"faq\"}],\"isInner\":false},{\"id\":\"7a53c61\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"82fbd5b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5768293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"df75b61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1068, 1236, '_elementor_page_assets', 'a:0:{}'),
(1069, 1236, '_elementor_controls_usage', 'a:6:{s:10:\"course_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:1;}s:23:\"_section_post_tab_query\";a:3:{s:9:\"post_type\";i:1;s:23:\"tax_ids_course-category\";i:1;s:10:\"item_limit\";i:1;}s:17:\"_section_settings\";a:7:{s:9:\"read_more\";i:1;s:14:\"read_more_icon\";i:1;s:13:\"feature_image\";i:1;s:15:\"post_image_size\";i:1;s:7:\"content\";i:1;s:13:\"author_switch\";i:1;s:14:\"lession_switch\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"_section_title\";a:2:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;}}}}s:3:\"faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:16:\"_section_slides2\";a:1:{s:7:\"slides2\";i:1;}s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1120, 117, '_thumbnail_id', '122'),
(1123, 124, '_thumbnail_id', '125'),
(1126, 128, '_thumbnail_id', '129'),
(1129, 132, '_thumbnail_id', '133'),
(1132, 136, '_thumbnail_id', '137'),
(1133, 136, 'fromate_style', 'https://www.youtube.com/watch?v=YRIHdCJqQOg'),
(1134, 136, '_fromate_style', 'field_5ee5e1f7dfd22'),
(1137, 140, '_thumbnail_id', '141'),
(1139, 1377, '_wp_page_template', 'elementor_header_footer'),
(1140, 1377, 'is_it_invisible_breadcrumb', '0'),
(1141, 1377, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(1142, 1377, 'breadcrumb_background_image', ''),
(1143, 1377, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(1144, 1377, 'hide_breadcrumb_background_image', '0'),
(1145, 1377, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(1146, 1377, 'is_enable_sec_logo', '0'),
(1147, 1377, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(1148, 1377, 'header_style', 'header-style-1'),
(1149, 1377, '_header_style', 'field_5ee5b7e62edef'),
(1150, 1377, 'footer_style', 'footer-style-1'),
(1151, 1377, '_footer_style', 'field_5efb0ded987fe'),
(1152, 1377, 'visapass_footer_bg', ''),
(1153, 1377, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(1154, 1377, 'visapass_footer_bg_color', ''),
(1155, 1377, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(1156, 1377, '_elementor_edit_mode', 'builder'),
(1157, 1377, '_elementor_template_type', 'wp-page'),
(1158, 1377, '_elementor_version', '3.4.6'),
(1159, 1377, '_elementor_data', '[{\"id\":\"72a5863\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8073d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b6bd15\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Most Popular Countries\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56624be\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fa9d34c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1fcaa96\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"45463f4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-1-1.jpg\",\"id\":912,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag1-2.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"UNITED STATES\",\"sub_title\":\"58 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-2-1.jpg\",\"id\":913,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag2-1.png\",\"id\":926,\"alt\":\"\",\"source\":\"library\"},\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\" NEW ZEALAND\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/new-zealand\\/\",\"button_text\":\"Button Text\",\"_id\":\"8faae20\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-3-1.jpg\",\"id\":914,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag3-1.jpg\",\"id\":928,\"alt\":\"\",\"source\":\"library\"},\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"UNITED KINGDOM\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-kingdom\\/\",\"button_text\":\"Button Text\",\"_id\":\"1f4c712\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-4-1.jpg\",\"id\":915,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag4-1.png\",\"id\":929,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"SWITZERLAND\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/switzerland\\/\",\"button_text\":\"Button Text\",\"_id\":\"50733f3\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-5-2.jpg\",\"id\":916,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag5.png\",\"id\":930,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"AUSTRALIA\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/australia\\/\",\"button_text\":\"Button Text\",\"_id\":\"de386c3\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-6.jpg\",\"id\":917,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag6-1.png\",\"id\":1970,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"BANGLADESH\",\"sub_title\":\"25 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"aa988a2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-7.jpg\",\"id\":918,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag7.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"CANADA\",\"sub_title\":\"33 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/canada\\/\",\"button_text\":\"Button Text\",\"_id\":\"469f837\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-8.jpg\",\"id\":919,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag8.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\" CHINA\",\"sub_title\":\"38 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/ourcountries\\/china\\/\",\"button_text\":\"Button Text\",\"_id\":\"251ae3b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-12.jpg\",\"id\":923,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag9.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"DENMARK\",\"sub_title\":\"33 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"26e9df0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-10.jpg\",\"id\":921,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag10.png\",\"id\":935,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"FRANCE\",\"sub_title\":\"25 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"61c8194\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-9.jpg\",\"id\":920,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag11.png\",\"id\":936,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"GERMANY\",\"sub_title\":\"33 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"1bce3a5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-11.jpg\",\"id\":922,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag12.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"NORWAY\",\"sub_title\":\"38 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"46747b4\"}]},\"elements\":[],\"widgetType\":\"country_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c100c90\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"516b54b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5022ff8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1160, 1377, '_elementor_page_assets', 'a:0:{}'),
(1161, 1377, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"_section_title\";a:2:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:3:\"gap\";i:2;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1163, 1385, '_wp_page_template', 'elementor_header_footer'),
(1164, 1385, 'is_it_invisible_breadcrumb', '0'),
(1165, 1385, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(1166, 1385, 'breadcrumb_background_image', ''),
(1167, 1385, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(1168, 1385, 'hide_breadcrumb_background_image', '0'),
(1169, 1385, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(1170, 1385, 'is_enable_sec_logo', '0'),
(1171, 1385, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(1172, 1385, 'header_style', 'header-style-1'),
(1173, 1385, '_header_style', 'field_5ee5b7e62edef'),
(1174, 1385, 'footer_style', 'footer-style-1'),
(1175, 1385, '_footer_style', 'field_5efb0ded987fe'),
(1176, 1385, 'visapass_footer_bg', ''),
(1177, 1385, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(1178, 1385, 'visapass_footer_bg_color', ''),
(1179, 1385, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(1180, 1385, '_elementor_edit_mode', 'builder'),
(1181, 1385, '_elementor_template_type', 'wp-page'),
(1182, 1385, '_elementor_version', '3.7.6'),
(1183, 1385, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: <a href=\\\"tel:98889-34699\\\">98889-34699<\\/a>, <a href=\\\"tel:0161-5002003\\\">0161-5002003<\\/a>, <a href=\\\"tel:98143-14699\\\">98143-14699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: <a href=\\\"tel:98143-14699\\\">98143-14699<\\/a>, <a href=\\\"tel:98889-34699\\\">98889-34699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(1184, 1385, '_elementor_page_assets', 'a:0:{}'),
(1185, 1385, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1187, 1702, '_wp_page_template', 'elementor_header_footer'),
(1188, 1702, 'is_it_invisible_breadcrumb', '0'),
(1189, 1702, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(1190, 1702, 'breadcrumb_background_image', ''),
(1191, 1702, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(1192, 1702, 'hide_breadcrumb_background_image', '0'),
(1193, 1702, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(1194, 1702, 'is_enable_sec_logo', '0'),
(1195, 1702, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(1196, 1702, 'header_style', 'header-style-1'),
(1197, 1702, '_header_style', 'field_5ee5b7e62edef'),
(1198, 1702, 'footer_style', 'footer-style-1'),
(1199, 1702, '_footer_style', 'field_5efb0ded987fe'),
(1200, 1702, 'visapass_footer_bg', ''),
(1201, 1702, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(1202, 1702, 'visapass_footer_bg_color', ''),
(1203, 1702, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(1204, 1702, '_elementor_edit_mode', 'builder'),
(1205, 1702, '_elementor_template_type', 'wp-page'),
(1206, 1702, '_elementor_version', '3.4.6'),
(1207, 1702, '_elementor_data', '[{\"id\":\"094393c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2fe90ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1eed872\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Honorable Partners \",\"title\":\"We\'ve Some Honorable Partners Globally \",\"description\":\"Partner Institutes & Universities Lorem Ipsum is simply dummy text of the printing has been the standard. when an unknown printer took a galley of type and scrambled it to make a type specimen book.\",\"design_style\":\"style_3\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87f923b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b74727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23d16f1\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-1.png\",\"id\":1745,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d6e6537\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-2.png\",\"id\":1753,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8d720e6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-3.png\",\"id\":1755,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"06b6b5d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-4.png\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"a10bc0e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-5.png\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"332b330\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-6.png\",\"id\":1449,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"41d961a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-7.png\",\"id\":1450,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0b194ec\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-8.png\",\"id\":1451,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"531b69a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-9.png\",\"id\":1452,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8dcd44e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-10.png\",\"id\":1774,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"946f095\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-11.png\",\"id\":1775,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d44c039\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-12.png\",\"id\":1776,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7aaf91d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-13.png\",\"id\":1777,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5d4c747\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-14.png\",\"id\":1779,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"dd202b1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-15.png\",\"id\":1784,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"2d6be98\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-16.png\",\"id\":1785,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"76da0a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-17.png\",\"id\":1786,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"c782710\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-18.png\",\"id\":1790,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"2860b4f\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1208, 1702, '_elementor_page_assets', 'a:0:{}'),
(1209, 1702, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1211, 1423, '_form', '<div class=\"row\">\n    <div class=\"col-xl-6\">\n        [text fname class:contact__input placeholder \"First Name\"]\n    </div>\n    <div class=\"col-xl-6\">\n        [text lname class:contact__input placeholder \"Last Name\"]\n    </div>\n</div>\n<div class=\"row\">\n    <div class=\"col-xl-6\">\n        [text phone class:contact__input placeholder \"Your Phone\"]\n    </div>\n    <div class=\"col-xl-6\">\n        [email email class:contact__input placeholder \"Your Email\"]\n    </div>\n</div>\n<div class=\"row\">\n    <div class=\"col-xl-12\">\n       [textarea message class:contact__input class:txt-area placeholder \"Your Message\"]\n    </div>\n</div>\n<div class=\"row\">\n    <div class=\"col-xl-12\">\n        <button class=\"theme-btn\" type=\"submit\">Submit Now</button>\n    </div>\n</div>'),
(1212, 1423, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:12:\"Enquiry Form\";s:6:\"sender\";s:22:\"info@akaashbelting.com\";s:9:\"recipient\";s:22:\"info@akaashbelting.com\";s:4:\"body\";s:321:\"<table cellpadding=\"5\">\n    <tr>\n        <td>Name:</td>\n        <td>[fname] [lname]</td>\n    </tr>\n    <tr>\n        <td>Email:</td>\n        <td>[email]</td>\n    </tr>\n     <tr>\n        <td>Phone:</td>\n        <td>[phone]</td>\n    </tr>\n    <tr>\n        <td>Message Body:</td>\n        <td>[message]</td>\n    </tr>\n</table>\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(1213, 1423, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1214, 1423, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(1215, 1423, '_additional_settings', ''),
(1216, 1423, '_locale', 'en_US'),
(1225, 2009, '_wp_page_template', 'elementor_header_footer'),
(1226, 2009, '_elementor_edit_mode', 'builder'),
(1227, 2009, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1228, 2009, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"027da0c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"41e630a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7a59f6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"slides\":[{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"75a3918\",\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Visa Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-content\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Visa Information\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ebc696\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-customer\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Immigration  Resources\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"5391abe\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport-1\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Passport Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"587fe46\"}]},\"elements\":[],\"widgetType\":\"featured_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519bce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fa21cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4bc3a1c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>25+<\\/span>  Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"<span>25+<\\/span>  Years of Your Trust and Recommendation\",\"sub_title\":\"ABOUT VISAPASS\",\"description\":\"For the last 35 years, We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family based, employment based & investment based Immigration.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3ff0d6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1604268\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4782ebc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"4\",\"service_label\":\"Happy Clients & Students\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"54fef93\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a3ac242\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"3\",\"service_label\":\"Visa & Immigration\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"2a7fd3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a82e305\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"12\",\"service_label\":\"Countries Affiliation\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"8d34a76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f96ecc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"57\",\"service_label\":\"Top University Partner\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de2973c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-16.jpeg\",\"id\":887,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09b1e95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4596b6a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"subtitle_color\":\"#EAEAEA\",\"sub_title\":\"POPULAR COUNTRIES\",\"title\":\"Select Your Favorite Country<br>\\nTo Apply Visa\",\"button_text\":\"Button Text\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12efdd0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-95\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"99fb3b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7aeea7e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e7d3820\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-1-1.jpg\",\"id\":912,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag1-2.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"United States\",\"sub_title\":\"58 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-2-1.jpg\",\"id\":913,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag2-1.png\",\"id\":926,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"New Zealand\",\"sub_title\":\"25 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/new-zealand\\/\",\"button_text\":\"Button Text\",\"_id\":\"bd6df22\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-3-1.jpg\",\"id\":914,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag3-1.jpg\",\"id\":928,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"United Kingdom\",\"sub_title\":\"33 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-kingdom\\/\",\"button_text\":\"Button Text\",\"_id\":\"4e33e6a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-4-1.jpg\",\"id\":915,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag4-1.png\",\"id\":929,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"Switzerland\",\"sub_title\":\"38 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/switzerland\\/\",\"button_text\":\"Button Text\",\"_id\":\"a2095ef\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-5-2.jpg\",\"id\":916,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag11.png\",\"id\":936,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"Australia\",\"sub_title\":\"35 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/australia\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ca33cc\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"country_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8e327f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"767e74c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96ab14b\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed27edc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190e7c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9a4b16d\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dcdd014\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b7502a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d726fa0\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_11\",\"title\":\"Our Partner Companies<br> And Institutions \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Partners \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8994347\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"b390e0b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-9.png\",\"id\":1452,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"f6c8c05\",\"field_condition\":\"style_11\",\"type\":\"image\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-8.png\",\"id\":1451,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"0083124\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-7.png\",\"id\":1450,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"ab4f9e2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-6.png\",\"id\":1449,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"18508aa\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-5.png\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"63382af\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-4.png\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"81cfdbb\"}],\"button_text\":\"See All Partners\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f02a9e2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"890f326\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"065a4ef\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7387350\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F5F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c42807\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7865950\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"76d4e5f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"d94e473\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"804a828\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ac64c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"141505f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"<span class=\\\"subtitle\\\">                         Recent Blog                     <\\/span>\",\"title\":\"Recent Updates of Visa<br>\\nAnd Immagration\",\"button_text\":\"Button Text\",\"design_style\":\"style_3\",\"description\":\"We have helps students business persons tourists clients with medical needs to acquire U.s visas. Besides we also help with other family and provide counseeling services for immegration\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a74c1f7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6a0761\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c207396\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"9407930\",\"title\":\"Designing Better Links For Websites And Emails\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"124\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"128\",\"_id\":\"7bdf316\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"117\",\"_id\":\"576c28c\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_product\":[],\"selected_list_bdevs-services\":[],\"selected_list_bdevs-cases\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"feature_image\":\"yes\",\"meta\":\"yes\",\"author_meta\":\"yes\",\"date_meta\":\"yes\",\"meta_position\":\"top\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false}]'),
(1229, 2009, '_elementor_page_assets', 'a:0:{}'),
(1230, 2009, '_elementor_version', '3.4.6'),
(1231, 2009, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1232, 2010, '_wp_page_template', 'elementor_header_footer'),
(1233, 2010, '_elementor_edit_mode', 'builder'),
(1234, 2010, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1235, 2010, '_elementor_data', '[{\"id\":\"368b562\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686adba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db4abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>25+<\\/span> Years of Your Trust and Recommendation \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"About visapass \",\"description\":\"For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2.jpg\",\"id\":258,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2-1.jpg\",\"id\":259,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bbd4995\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4cb2dbb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5cf7561\",\"selected_icon\":{\"value\":\" flaticon-fair-trade\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Trusted by Millions\",\"description\":\"Most trusted & recommended by millions of students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-trophy-alt\",\"library\":\"bdevs-element-icons\"},\"title\":\"Awards Winner\",\"description\":\"Most trusted & recommended by millions of students\",\"_id\":\"0810820\"}],\"about_badge_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/seal.png\",\"id\":263,\"alt\":\"\",\"source\":\"library\"},\"about_badget_title\":\"ISO Certified\",\"about_badget_year\":\"1990-2000\",\"button_text\":\"\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Visapass Carries 25+ Year\'s<br>\\nAwesome History \",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58dae89\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"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\":\"1c61577\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac8a615\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"Subtitle here\",\"extra_title\":\"bdevs Extra Title\",\"tabs\":[{\"title\":\"1990 - 1995\",\"_id\":\"3a9bc0d\",\"template\":\"1353\"},{\"title\":\"1996 - 2000\",\"_id\":\"fe22599\",\"template\":\"1353\"},{\"title\":\"2001 - 2005\",\"template\":\"1353\",\"_id\":\"8a6c35d\"},{\"title\":\"2006 - 2010\",\"template\":\"1353\",\"_id\":\"76647d7\"},{\"title\":\"2011 - 2020\",\"template\":\"1353\",\"_id\":\"8fd097f\"}]},\"elements\":[],\"widgetType\":\"about_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2ae25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abfact.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"155\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53271c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b63c57\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3225058\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"185032d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6afc7\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_8\",\"title\":\"We Journey The Global Business to Ensuring The Guarantee\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Missions \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=pNje3bWz7V8\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c87e5a7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4e6ab01\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c8e9fb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8db05d6\"}],\"button_text\":\"See Packages\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\" Download Brochure\",\"button_link2\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_icon_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f7af4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5680979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4371f16\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68d7488\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3759d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9795036\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"86587fd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"779e4e9\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a7626c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4acc153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13c9da0\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fcb7d7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96befbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85707ff\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fddd3f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5b3f2c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94189e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1236, 2010, '_elementor_page_assets', 'a:0:{}'),
(1237, 2010, '_elementor_version', '3.4.6'),
(1238, 2010, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1253, 2013, '_wp_page_template', 'elementor_header_footer'),
(1254, 2013, '_elementor_edit_mode', 'builder'),
(1255, 2013, '_elementor_template_type', 'wp-page'),
(1256, 2013, '_elementor_version', '3.4.6'),
(1257, 2013, '_elementor_data', '[{\"id\":\"2195481\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5478a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06e44e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Featured Services \",\"title\":\"We Take The Challenge to Make The Life Easier \",\"desccription\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/services-1.jpg\",\"id\":970,\"alt\":\"\",\"source\":\"library\"},\"thumbnails_size\":\"full\",\"button_text\":\"Button Text\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"40fce96\",\"title\":\"Proper<br> Information \",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"icon_bg_color\":\"#F8F8F8\",\"title\":\"Advice & <br> Consultancy\",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\",\"_id\":\"270c8e0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"icon_bg_color\":\"#F1F8F9\",\"title\":\"Tour & Travel <br>Guidelines \",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\",\"_id\":\"f26874f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"icon_bg_color\":\"#F9F6F6\",\"title\":\"Education <br>Tips and Tricks \",\"subtitle\":\"Features sub Title\",\"description\":\"Work permit approval in higher education is designed for career professionals seeking\",\"s_url\":\"\\/wp\\/visapass\\/ourservices\\/business-visa\\/\",\"_id\":\"e4c5272\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"service\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b4dd50b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb72b3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5ba48b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"af3d80a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/services-bg.jpg\",\"id\":1327,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000CC\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"265\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"45a633c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e591526\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a5dd1f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f740d16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"a7d1bb6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_9\",\"title\":\"We Take 1-2 Working Months For Processing\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Working Process \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=n07QCmVYc6M\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"6a36b35\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"37b80b8\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"2fb580c\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"title\":\"Visa Requests\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"title\":\" Visa Apply\",\"_id\":\"e93b3f4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"title\":\"Visa Service\",\"_id\":\"ef7f946\"}],\"button_text\":\"See Packages\",\"button_text2\":\"Button Text\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68b22c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"107\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cef787\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0af523a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1258, 2013, '_elementor_page_assets', 'a:0:{}'),
(1259, 2013, '_elementor_controls_usage', 'a:7:{s:7:\"service\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;s:12:\"desccription\";i:1;}s:20:\"_section_about_image\";a:2:{s:5:\"image\";i:1;s:15:\"thumbnails_size\";i:1;}s:13:\"_section_icon\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:4;s:3:\"gap\";i:5;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:1;s:18:\"selected_list_post\";i:1;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:2:{s:13:\"feature_image\";i:1;s:15:\"post_image_size\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:7:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:9:\"sub_title\";i:1;s:11:\"description\";i:1;}s:20:\"_section_about_image\";a:2:{s:7:\"image_1\";i:1;s:14:\"thumbnail_size\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1260, 2014, '_wp_page_template', 'elementor_header_footer'),
(1261, 2014, '_elementor_edit_mode', 'builder'),
(1262, 2014, '_elementor_template_type', 'wp-page'),
(1263, 2014, '_elementor_version', '3.4.6'),
(1264, 2014, '_elementor_data', '[{\"id\":\"73cd487\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4153a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f57ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Ranked Courses\",\"post_type\":\"courses\",\"tax_ids_course-category\":[\"48\",\"43\",\"46\",\"50\",\"42\"],\"item_limit\":6,\"read_more\":\"yes\",\"read_more_text\":\"Details\",\"read_more_icon\":{\"value\":\"fal fa-angle-right\",\"library\":\"bdevs-element-icons\"},\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"content\":\"yes\",\"content_limit\":\"14\",\"author_switch\":\"yes\",\"lession_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"course_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2646c2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e6a88f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97c7598\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Need Coaching Help? Look Here \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a8351f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"34\"},\"elements\":[{\"id\":\"e176c92\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9531fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"9aadaa5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Heading Title\",\"slides2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"67a529d\",\"tab_title\":\"Tab Title\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"Tab Title\",\"_id\":\"ebfc657\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"Tab Title\",\"_id\":\"c4d2399\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"194fc7e\",\"tab_title\":\"How long does it take for a Transit Visa to process?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What is the purpose of the United States Business visa?                                         \",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"40adecd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"If the applicant is intending to stay more than 3 months?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"ae916e0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What are the important things to know as a Transit Visa applicant?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"158035f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"How do I read and understand my visa?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"742cbee\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"Can I bring friends and family with me, if I am to be interviewed?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\",\"_id\":\"a869165\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"faq\"}],\"isInner\":false},{\"id\":\"7a53c61\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"82fbd5b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5768293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"df75b61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1265, 2014, '_elementor_page_assets', 'a:0:{}'),
(1266, 2014, '_elementor_controls_usage', 'a:6:{s:10:\"course_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:1;}s:23:\"_section_post_tab_query\";a:3:{s:9:\"post_type\";i:1;s:23:\"tax_ids_course-category\";i:1;s:10:\"item_limit\";i:1;}s:17:\"_section_settings\";a:7:{s:9:\"read_more\";i:1;s:14:\"read_more_icon\";i:1;s:13:\"feature_image\";i:1;s:15:\"post_image_size\";i:1;s:7:\"content\";i:1;s:13:\"author_switch\";i:1;s:14:\"lession_switch\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"_section_title\";a:2:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;}}}}s:3:\"faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:16:\"_section_slides2\";a:1:{s:7:\"slides2\";i:1;}s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1274, 2022, '_wp_page_template', 'elementor_header_footer'),
(1275, 2022, '_elementor_edit_mode', 'builder'),
(1276, 2022, '_elementor_template_type', 'wp-page'),
(1277, 2022, '_elementor_version', '3.4.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1278, 2022, '_elementor_data', '[{\"id\":\"72a5863\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8073d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b6bd15\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Most Popular Countries\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56624be\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fa9d34c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1fcaa96\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"45463f4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-1-1.jpg\",\"id\":912,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag1-2.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"UNITED STATES\",\"sub_title\":\"58 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-2-1.jpg\",\"id\":913,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag2-1.png\",\"id\":926,\"alt\":\"\",\"source\":\"library\"},\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\" NEW ZEALAND\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/new-zealand\\/\",\"button_text\":\"Button Text\",\"_id\":\"8faae20\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-3-1.jpg\",\"id\":914,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag3-1.jpg\",\"id\":928,\"alt\":\"\",\"source\":\"library\"},\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"UNITED KINGDOM\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-kingdom\\/\",\"button_text\":\"Button Text\",\"_id\":\"1f4c712\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-4-1.jpg\",\"id\":915,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag4-1.png\",\"id\":929,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"SWITZERLAND\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/switzerland\\/\",\"button_text\":\"Button Text\",\"_id\":\"50733f3\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-5-2.jpg\",\"id\":916,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag5.png\",\"id\":930,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"AUSTRALIA\",\"sub_title\":\"25 UNIVERSITIES\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/australia\\/\",\"button_text\":\"Button Text\",\"_id\":\"de386c3\",\"title_tag\":\"h5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-6.jpg\",\"id\":917,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag6-1.png\",\"id\":1970,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"BANGLADESH\",\"sub_title\":\"25 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"aa988a2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-7.jpg\",\"id\":918,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag7.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"CANADA\",\"sub_title\":\"33 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/canada\\/\",\"button_text\":\"Button Text\",\"_id\":\"469f837\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-8.jpg\",\"id\":919,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag8.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\" CHINA\",\"sub_title\":\"38 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/ourcountries\\/china\\/\",\"button_text\":\"Button Text\",\"_id\":\"251ae3b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-12.jpg\",\"id\":923,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag9.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"DENMARK\",\"sub_title\":\"33 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"26e9df0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-10.jpg\",\"id\":921,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag10.png\",\"id\":935,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"FRANCE\",\"sub_title\":\"25 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"61c8194\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-9.jpg\",\"id\":920,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag11.png\",\"id\":936,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"GERMANY\",\"sub_title\":\"33 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"1bce3a5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-11.jpg\",\"id\":922,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag12.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"NORWAY\",\"sub_title\":\"38 UNIVERSITIES\",\"title_tag\":\"h5\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\",\"_id\":\"46747b4\"}]},\"elements\":[],\"widgetType\":\"country_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c100c90\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"516b54b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5022ff8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1279, 2022, '_elementor_page_assets', 'a:0:{}'),
(1280, 2022, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"_section_title\";a:2:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:3:\"gap\";i:2;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:21:\"_section_country_list\";a:1:{s:6:\"slides\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1281, 2023, '_wp_page_template', 'elementor_header_footer'),
(1282, 2023, '_elementor_edit_mode', 'builder'),
(1283, 2023, '_elementor_template_type', 'wp-page'),
(1284, 2023, '_elementor_version', '3.4.6'),
(1285, 2023, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d5a734c\",\"elType\":\"widget\",\"settings\":{\"address\":\"dhaka,bangladesh\",\"height\":{\"unit\":\"px\",\"size\":775,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":923,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-315,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\"},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"New York Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+1980589360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Washington Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7841 Budapast, Harry, WT<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+2 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"b66911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59f935a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Chicago Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+3 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"856ca58\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"53\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0d0261e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"463c4aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1286, 2023, '_elementor_page_assets', 'a:0:{}'),
(1287, 2023, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1288, 2024, '_wp_page_template', 'elementor_header_footer'),
(1289, 2024, '_elementor_edit_mode', 'builder'),
(1290, 2024, '_elementor_template_type', 'wp-page'),
(1291, 2024, '_elementor_version', '3.4.6'),
(1292, 2024, '_elementor_data', '[{\"id\":\"094393c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2fe90ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1eed872\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Honorable Partners \",\"title\":\"We\'ve Some Honorable Partners Globally \",\"description\":\"Partner Institutes & Universities Lorem Ipsum is simply dummy text of the printing has been the standard. when an unknown printer took a galley of type and scrambled it to make a type specimen book.\",\"design_style\":\"style_3\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87f923b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b74727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23d16f1\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-1.png\",\"id\":1745,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d6e6537\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-2.png\",\"id\":1753,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8d720e6\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-3.png\",\"id\":1755,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"06b6b5d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-4.png\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"a10bc0e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-5.png\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"332b330\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-6.png\",\"id\":1449,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"41d961a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-7.png\",\"id\":1450,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0b194ec\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-8.png\",\"id\":1451,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"531b69a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-9.png\",\"id\":1452,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8dcd44e\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-10.png\",\"id\":1774,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"946f095\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-11.png\",\"id\":1775,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d44c039\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-12.png\",\"id\":1776,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7aaf91d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-13.png\",\"id\":1777,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5d4c747\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-14.png\",\"id\":1779,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"dd202b1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-15.png\",\"id\":1784,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"2d6be98\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-16.png\",\"id\":1785,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"76da0a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-17.png\",\"id\":1786,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"c782710\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-18.png\",\"id\":1790,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"2860b4f\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1293, 2024, '_elementor_page_assets', 'a:0:{}'),
(1294, 2024, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:1;s:5:\"title\";i:1;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1295, 2025, '_wp_attached_file', '2022/09/ab-us.jpg'),
(1296, 2025, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2022/09/ab-us.jpg\";s:8:\"filesize\";i:492463;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"ab-us-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4659;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"ab-us-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45997;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ab-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ab-us-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26933;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"ab-us-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91955;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:18:\"ab-us-1170x300.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91534;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:17:\"ab-us-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33239;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:17:\"ab-us-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44032;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1299, 2026, '_wp_attached_file', '2022/09/logo-1.jpg'),
(1300, 2026, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:123;s:4:\"file\";s:18:\"2022/09/logo-1.jpg\";s:8:\"filesize\";i:28954;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"logo-1-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-1-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1382, 2038, '_wp_attached_file', '2022/09/venta-belt.png'),
(1383, 2038, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:301;s:4:\"file\";s:22:\"2022/09/venta-belt.png\";s:8:\"filesize\";i:202350;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"venta-belt-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90450;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"venta-belt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1577, 2070, '_wp_attached_file', '2022/09/iso.jpg'),
(1578, 2070, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:99;s:4:\"file\";s:15:\"2022/09/iso.jpg\";s:8:\"filesize\";i:28770;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"iso-150x99.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12183;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1695, 219, '_edit_lock', '1663852419:1'),
(1703, 2089, '_wp_page_template', 'elementor_header_footer'),
(1704, 2089, '_elementor_edit_mode', 'builder'),
(1705, 2089, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1706, 2089, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"027da0c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"41e630a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7a59f6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"slides\":[{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"75a3918\",\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Visa Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-content\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Visa Information\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ebc696\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-customer\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Immigration  Resources\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"5391abe\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport-1\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Passport Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"587fe46\"}]},\"elements\":[],\"widgetType\":\"featured_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519bce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fa21cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4bc3a1c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>25+<\\/span>  Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"<span>25+<\\/span>  Years of Your Trust and Recommendation\",\"sub_title\":\"ABOUT VISAPASS\",\"description\":\"For the last 35 years, We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family based, employment based & investment based Immigration.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3ff0d6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1604268\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4782ebc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"4\",\"service_label\":\"Happy Clients & Students\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"54fef93\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a3ac242\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"3\",\"service_label\":\"Visa & Immigration\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"2a7fd3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a82e305\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"12\",\"service_label\":\"Countries Affiliation\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"8d34a76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f96ecc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"57\",\"service_label\":\"Top University Partner\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de2973c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-16.jpeg\",\"id\":887,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09b1e95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4596b6a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"subtitle_color\":\"#EAEAEA\",\"sub_title\":\"POPULAR COUNTRIES\",\"title\":\"Select Your Favorite Country<br>\\nTo Apply Visa\",\"button_text\":\"Button Text\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12efdd0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-95\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"99fb3b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7aeea7e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e7d3820\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-1-1.jpg\",\"id\":912,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag1-2.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"United States\",\"sub_title\":\"58 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-2-1.jpg\",\"id\":913,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag2-1.png\",\"id\":926,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"New Zealand\",\"sub_title\":\"25 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/new-zealand\\/\",\"button_text\":\"Button Text\",\"_id\":\"bd6df22\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-3-1.jpg\",\"id\":914,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag3-1.jpg\",\"id\":928,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"United Kingdom\",\"sub_title\":\"33 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-kingdom\\/\",\"button_text\":\"Button Text\",\"_id\":\"4e33e6a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-4-1.jpg\",\"id\":915,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag4-1.png\",\"id\":929,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"Switzerland\",\"sub_title\":\"38 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/switzerland\\/\",\"button_text\":\"Button Text\",\"_id\":\"a2095ef\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-5-2.jpg\",\"id\":916,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag11.png\",\"id\":936,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"Australia\",\"sub_title\":\"35 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/australia\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ca33cc\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"country_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8e327f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"767e74c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96ab14b\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed27edc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190e7c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9a4b16d\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dcdd014\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b7502a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d726fa0\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_11\",\"title\":\"Our Partner Companies<br> And Institutions \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Partners \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8994347\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"b390e0b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-9.png\",\"id\":1452,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"f6c8c05\",\"field_condition\":\"style_11\",\"type\":\"image\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-8.png\",\"id\":1451,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"0083124\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-7.png\",\"id\":1450,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"ab4f9e2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-6.png\",\"id\":1449,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"18508aa\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-5.png\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"63382af\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-4.png\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"81cfdbb\"}],\"button_text\":\"See All Partners\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f02a9e2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"890f326\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"065a4ef\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7387350\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F5F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c42807\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7865950\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"76d4e5f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"d94e473\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"804a828\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ac64c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"141505f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"<span class=\\\"subtitle\\\">                         Recent Blog                     <\\/span>\",\"title\":\"Recent Updates of Visa<br>\\nAnd Immagration\",\"button_text\":\"Button Text\",\"design_style\":\"style_3\",\"description\":\"We have helps students business persons tourists clients with medical needs to acquire U.s visas. Besides we also help with other family and provide counseeling services for immegration\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a74c1f7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6a0761\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c207396\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"9407930\",\"title\":\"Designing Better Links For Websites And Emails\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"124\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"128\",\"_id\":\"7bdf316\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"117\",\"_id\":\"576c28c\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_product\":[],\"selected_list_bdevs-services\":[],\"selected_list_bdevs-cases\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"feature_image\":\"yes\",\"meta\":\"yes\",\"author_meta\":\"yes\",\"date_meta\":\"yes\",\"meta_position\":\"top\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false}]'),
(1707, 2089, '_elementor_page_assets', 'a:0:{}'),
(1708, 2089, '_elementor_version', '3.4.6'),
(1709, 2089, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1710, 2090, '_wp_page_template', 'elementor_header_footer'),
(1711, 2090, '_elementor_edit_mode', 'builder'),
(1712, 2090, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1713, 2090, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"027da0c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"41e630a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7a59f6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"slides\":[{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"75a3918\",\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Visa Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-content\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Visa Information\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ebc696\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-customer\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Immigration  Resources\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"5391abe\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport-1\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Passport Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"587fe46\"}]},\"elements\":[],\"widgetType\":\"featured_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519bce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fa21cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4bc3a1c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>25+<\\/span>  Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"<span>25+<\\/span>  Years of Your Trust and Recommendation\",\"sub_title\":\"ABOUT VISAPASS\",\"description\":\"For the last 35 years, We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family based, employment based & investment based Immigration.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3ff0d6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1604268\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4782ebc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"4\",\"service_label\":\"Happy Clients & Students\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"54fef93\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a3ac242\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"3\",\"service_label\":\"Visa & Immigration\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"2a7fd3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a82e305\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"12\",\"service_label\":\"Countries Affiliation\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"8d34a76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f96ecc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"57\",\"service_label\":\"Top University Partner\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de2973c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-16.jpeg\",\"id\":887,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09b1e95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4596b6a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"subtitle_color\":\"#EAEAEA\",\"sub_title\":\"POPULAR COUNTRIES\",\"title\":\"Select Your Favorite Country<br>\\nTo Apply Visa\",\"button_text\":\"Button Text\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12efdd0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-95\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"99fb3b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7aeea7e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e7d3820\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-1-1.jpg\",\"id\":912,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag1-2.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"United States\",\"sub_title\":\"58 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-states\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-2-1.jpg\",\"id\":913,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag2-1.png\",\"id\":926,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"New Zealand\",\"sub_title\":\"25 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/new-zealand\\/\",\"button_text\":\"Button Text\",\"_id\":\"bd6df22\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-3-1.jpg\",\"id\":914,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag3-1.jpg\",\"id\":928,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"United Kingdom\",\"sub_title\":\"33 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/united-kingdom\\/\",\"button_text\":\"Button Text\",\"_id\":\"4e33e6a\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-4-1.jpg\",\"id\":915,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag4-1.png\",\"id\":929,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"Switzerland\",\"sub_title\":\"38 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/switzerland\\/\",\"button_text\":\"Button Text\",\"_id\":\"a2095ef\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/c-5-2.jpg\",\"id\":916,\"alt\":\"\",\"source\":\"library\"},\"country_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/flag11.png\",\"id\":936,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"title\":\"Australia\",\"sub_title\":\"35 Universities\",\"f_url\":\"\\/wp\\/visapass\\/ourcountries\\/australia\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ca33cc\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"country_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8e327f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"767e74c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96ab14b\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed27edc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190e7c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9a4b16d\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dcdd014\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b7502a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d726fa0\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_11\",\"title\":\"Our Partner Companies<br> And Institutions \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Partners \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8994347\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"b390e0b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-9.png\",\"id\":1452,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"f6c8c05\",\"field_condition\":\"style_11\",\"type\":\"image\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-8.png\",\"id\":1451,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"0083124\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-7.png\",\"id\":1450,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"ab4f9e2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-6.png\",\"id\":1449,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"18508aa\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-5.png\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"63382af\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/pt-4.png\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"field_condition\":\"style_11\",\"type\":\"image\",\"thumbnail_size\":\"full\",\"title_url\":\"\\/wp\\/visapass\\/partners\\/\",\"_id\":\"81cfdbb\"}],\"button_text\":\"See All Partners\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f02a9e2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"890f326\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"065a4ef\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7387350\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F5F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c42807\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7865950\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"76d4e5f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"d94e473\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"804a828\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ac64c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"141505f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"<span class=\\\"subtitle\\\">                         Recent Blog                     <\\/span>\",\"title\":\"Recent Updates of Visa<br>\\nAnd Immagration\",\"button_text\":\"Button Text\",\"design_style\":\"style_3\",\"description\":\"We have helps students business persons tourists clients with medical needs to acquire U.s visas. Besides we also help with other family and provide counseeling services for immegration\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a74c1f7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6a0761\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c207396\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"9407930\",\"title\":\"Designing Better Links For Websites And Emails\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"124\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"128\",\"_id\":\"7bdf316\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"117\",\"_id\":\"576c28c\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_product\":[],\"selected_list_bdevs-services\":[],\"selected_list_bdevs-cases\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"feature_image\":\"yes\",\"meta\":\"yes\",\"author_meta\":\"yes\",\"date_meta\":\"yes\",\"meta_position\":\"top\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false}]'),
(1714, 2090, '_elementor_page_assets', 'a:0:{}'),
(1715, 2090, '_elementor_version', '3.4.6'),
(1716, 2090, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1717, 2091, '_wp_page_template', 'elementor_header_footer'),
(1718, 2091, '_elementor_edit_mode', 'builder'),
(1719, 2091, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1720, 2091, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"027da0c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"41e630a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7a59f6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"slides\":[{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"75a3918\",\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Visa Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-content\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Visa Information\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ebc696\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-customer\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Immigration  Resources\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"5391abe\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport-1\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Passport Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"587fe46\"}]},\"elements\":[],\"widgetType\":\"featured_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519bce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fa21cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4bc3a1c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3ff0d6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1604268\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4782ebc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"20\",\"service_label\":\"Years of Experience\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"54fef93\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a3ac242\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"2\",\"service_count\":\"2\",\"service_label\":\"Visa & Immigration\",\"title_typography\":\"custom\",\"title_font_family\":\"Roboto Slab\",\"title_font_size\":{\"unit\":\"px\",\"size\":146,\"sizes\":[]},\"title_font_weight\":\"400\",\"title_text_shadow_type\":\"yes\",\"selected_icon\":{\"value\":\"fas fa-warehouse\",\"library\":\"fa-solid\"},\"description\":\"Manufacturing Unit\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"2a7fd3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a82e305\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"12\",\"service_label\":\"Countries Affiliation\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"8d34a76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f96ecc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"57\",\"service_label\":\"Top University Partner\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(1721, 2091, '_elementor_page_assets', 'a:0:{}'),
(1722, 2091, '_elementor_version', '3.4.6'),
(1723, 2091, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1737, 2093, '_wp_page_template', 'elementor_header_footer'),
(1738, 2093, '_elementor_edit_mode', 'builder'),
(1739, 2093, '_elementor_template_type', 'wp-page'),
(1740, 2093, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"027da0c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"41e630a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7a59f6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"slides\":[{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"75a3918\",\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Visa Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-content\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Visa Information\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ebc696\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-customer\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Immigration  Resources\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"5391abe\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport-1\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Passport Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"587fe46\"}]},\"elements\":[],\"widgetType\":\"featured_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519bce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fa21cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4bc3a1c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3ff0d6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1604268\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4782ebc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"20\",\"service_label\":\"Years of Experience\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"54fef93\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a3ac242\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"2\",\"service_count\":\"2\",\"service_label\":\"Visa & Immigration\",\"title_typography\":\"custom\",\"title_font_family\":\"Roboto Slab\",\"title_font_size\":{\"unit\":\"px\",\"size\":146,\"sizes\":[]},\"title_font_weight\":\"400\",\"title_text_shadow_type\":\"yes\",\"selected_icon\":{\"value\":\"fas fa-warehouse\",\"library\":\"fa-solid\"},\"description\":\"Manufacturing Unit\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"2a7fd3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a82e305\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"12\",\"service_label\":\"Countries Affiliation\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"8d34a76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f96ecc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"57\",\"service_label\":\"Top University Partner\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(1741, 2093, '_elementor_page_assets', 'a:0:{}'),
(1742, 2093, '_elementor_version', '3.7.6'),
(1743, 2093, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1744, 2094, '_wp_page_template', 'elementor_header_footer'),
(1745, 2094, '_elementor_edit_mode', 'builder'),
(1746, 2094, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1747, 2094, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"027da0c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"41e630a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7a59f6\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"slides\":[{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"75a3918\",\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Visa Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-content\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Visa Information\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"3ebc696\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-customer\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Immigration  Resources\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"5391abe\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"thumbnail_size\":\"full\",\"selected_icon\":{\"value\":\" flaticon-passport-1\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\" Online Passport Application\",\"title_tag\":\"h4\",\"f_url\":\"\\/wp\\/visapass\\/ourservices\\/tourist-visitor-visa-available\\/\",\"button_text\":\"Button Text\",\"_id\":\"587fe46\"}]},\"elements\":[],\"widgetType\":\"featured_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519bce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fa21cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4bc3a1c\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3ff0d6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1604268\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4782ebc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"20\",\"service_label\":\"Years of Experience\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"54fef93\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a3ac242\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"2\",\"service_count\":\"2\",\"service_label\":\"Visa & Immigration\",\"title_typography\":\"custom\",\"title_font_family\":\"Roboto Slab\",\"title_font_size\":{\"unit\":\"px\",\"size\":146,\"sizes\":[]},\"title_font_weight\":\"400\",\"title_text_shadow_type\":\"yes\",\"selected_icon\":{\"value\":\"fas fa-warehouse\",\"library\":\"fa-solid\"},\"description\":\"Manufacturing Unit\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"2a7fd3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a82e305\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"12\",\"service_label\":\"Countries Affiliation\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"8d34a76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f96ecc\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"button_text\":\"Button Text\",\"title\":\"Icon Box\",\"service_count\":\"57\",\"service_label\":\"Top University Partner\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(1748, 2094, '_elementor_page_assets', 'a:0:{}'),
(1749, 2094, '_elementor_version', '3.7.6'),
(1750, 2094, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1751, 2095, '_wp_page_template', 'elementor_header_footer'),
(1752, 2095, '_elementor_edit_mode', 'builder'),
(1753, 2095, '_elementor_template_type', 'wp-page'),
(1754, 2095, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(1755, 2095, '_elementor_page_assets', 'a:0:{}'),
(1756, 2095, '_elementor_version', '3.7.6'),
(1757, 2095, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1758, 2096, '_wp_page_template', 'elementor_header_footer'),
(1759, 2096, '_elementor_edit_mode', 'builder'),
(1760, 2096, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1761, 2096, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(1762, 2096, '_elementor_page_assets', 'a:0:{}'),
(1763, 2096, '_elementor_version', '3.7.6'),
(1764, 2096, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1765, 2097, '_wp_page_template', 'elementor_header_footer'),
(1766, 2097, '_elementor_edit_mode', 'builder'),
(1767, 2097, '_elementor_template_type', 'wp-page'),
(1768, 2097, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eea339\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-1.png\",\"id\":842,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a273b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39211c3\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"design_style\":\"style_3\",\"title\":\"20+ Best Universities Scholarship Programs From 20 Countries\\u200b\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.\",\"date_label\":\"Validity From\",\"start_date\":\"2022-01-11 12:00\",\"end_date\":\"2022-01-11 12:00\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/scholarship-left-1.png\",\"id\":838,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"13d3ae4\",\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-2-1.png\",\"id\":844,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5faefb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-3.png\",\"id\":862,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"346ed7c\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-5.png\",\"id\":863,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"0893fc4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"country_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/s-1-1.png\",\"id\":843,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"eab4659\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7ff3c78\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f9fdd25\"}],\"button_text\":\"APPLY NOW\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"We\'re Global Partner of <br>580+ Universities \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\" Credit Transfer \",\"description\":\"We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration \",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"More Agencies\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/partners\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25b226f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-bg.jpg\",\"id\":222,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"115\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f0ee227\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a7e790e\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Get a skilled job in abroad taking our technical courses.\",\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/cl-1.png\",\"id\":223,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bcfeff1\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0895cb7\"}],\"button_text\":\"Apply Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(1769, 2097, '_elementor_page_assets', 'a:0:{}'),
(1770, 2097, '_elementor_version', '3.7.6'),
(1771, 2097, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1772, 2098, '_wp_page_template', 'elementor_header_footer'),
(1773, 2098, '_elementor_edit_mode', 'builder'),
(1774, 2098, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1775, 2098, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1776, 2098, '_elementor_page_assets', 'a:0:{}'),
(1777, 2098, '_elementor_version', '3.7.6'),
(1778, 2098, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1779, 2099, '_wp_page_template', 'elementor_header_footer'),
(1780, 2099, '_elementor_edit_mode', 'builder'),
(1781, 2099, '_elementor_template_type', 'wp-page'),
(1782, 2099, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1783, 2099, '_elementor_page_assets', 'a:0:{}'),
(1784, 2099, '_elementor_version', '3.7.6'),
(1785, 2099, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1786, 2100, '_wp_page_template', 'elementor_header_footer'),
(1787, 2100, '_elementor_edit_mode', 'builder'),
(1788, 2100, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1789, 2100, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/certificate-1.png\",\"id\":867,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-3-1.jpg\",\"id\":869,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1790, 2100, '_elementor_page_assets', 'a:0:{}'),
(1791, 2100, '_elementor_version', '3.7.6'),
(1792, 2100, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1793, 2101, '_wp_page_template', 'elementor_header_footer'),
(1794, 2101, '_elementor_edit_mode', 'builder'),
(1795, 2101, '_elementor_template_type', 'wp-page'),
(1796, 2101, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1797, 2101, '_elementor_page_assets', 'a:0:{}'),
(1798, 2101, '_elementor_version', '3.7.6'),
(1799, 2101, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1808, 2103, '_wp_page_template', 'elementor_header_footer'),
(1809, 2103, '_elementor_edit_mode', 'builder'),
(1810, 2103, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1811, 2103, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1812, 2103, '_elementor_page_assets', 'a:0:{}'),
(1813, 2103, '_elementor_version', '3.7.6'),
(1814, 2103, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1816, 2104, '_wp_page_template', 'elementor_header_footer'),
(1817, 2104, '_elementor_edit_mode', 'builder'),
(1818, 2104, '_elementor_template_type', 'wp-page'),
(1819, 2104, '_elementor_data', '[{\"id\":\"4fead1c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c75f00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfcceb1\",\"elType\":\"widget\",\"settings\":{\"social_url_textarea\":\"social\",\"autoplay_duration\":\"5000\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-14-1.jpeg\",\"id\":793,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"764b976\",\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/download-15-scaled.jpeg\",\"id\":797,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Visa & Immigration <br\\/> Consultation\",\"subtitle\":\"Effective Visa Solution\",\"description\":\"Our professionalism, honesty, sincerity & dedication to client service <br>   has helped our clients to fulfill their wishes \",\"button_text\":\"Book Now\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"808d9b4\"}],\"thumbnail_size\":\"full\",\"ts_slider_autoplay\":\"yes\"},\"elements\":[],\"widgetType\":\"slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1820, 2104, '_elementor_page_assets', 'a:0:{}'),
(1821, 2104, '_elementor_version', '3.7.6'),
(1822, 2104, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1824, 2105, '_wp_page_template', 'elementor_header_footer'),
(1825, 2105, '_elementor_edit_mode', 'builder'),
(1826, 2105, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1827, 2105, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1828, 2105, '_elementor_page_assets', 'a:0:{}'),
(1829, 2105, '_elementor_version', '3.7.6'),
(1830, 2105, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1833, 2106, '_wp_page_template', 'elementor_header_footer'),
(1834, 2106, '_elementor_edit_mode', 'builder'),
(1835, 2106, '_elementor_template_type', 'wp-page'),
(1836, 2106, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1837, 2106, '_elementor_page_assets', 'a:0:{}'),
(1838, 2106, '_elementor_version', '3.7.6'),
(1839, 2106, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1841, 2107, '_wp_page_template', 'elementor_header_footer'),
(1842, 2107, '_elementor_edit_mode', 'builder'),
(1843, 2107, '_elementor_template_type', 'wp-page'),
(1844, 2107, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1845, 2107, '_elementor_page_assets', 'a:0:{}'),
(1846, 2107, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1847, 2107, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1849, 2108, '_wp_page_template', 'elementor_header_footer'),
(1850, 2108, '_elementor_edit_mode', 'builder'),
(1851, 2108, '_elementor_template_type', 'wp-page'),
(1852, 2108, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1853, 2108, '_elementor_page_assets', 'a:0:{}'),
(1854, 2108, '_elementor_version', '3.7.6'),
(1855, 2108, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1857, 2109, '_wp_page_template', 'elementor_header_footer'),
(1858, 2109, '_elementor_edit_mode', 'builder'),
(1859, 2109, '_elementor_template_type', 'wp-page'),
(1860, 2109, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1861, 2109, '_elementor_page_assets', 'a:0:{}'),
(1862, 2109, '_elementor_version', '3.7.6'),
(1863, 2109, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1864, 2110, '_wp_page_template', 'elementor_header_footer'),
(1865, 2110, '_elementor_edit_mode', 'builder'),
(1866, 2110, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1867, 2110, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1868, 2110, '_elementor_page_assets', 'a:0:{}'),
(1869, 2110, '_elementor_version', '3.7.6'),
(1870, 2110, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1871, 2111, '_wp_page_template', 'elementor_header_footer'),
(1872, 2111, '_elementor_edit_mode', 'builder'),
(1873, 2111, '_elementor_template_type', 'wp-page'),
(1874, 2111, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1875, 2111, '_elementor_page_assets', 'a:0:{}'),
(1876, 2111, '_elementor_version', '3.7.6'),
(1877, 2111, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1888, 1040, '_edit_lock', '1663587392:1'),
(1891, 2113, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(1892, 2113, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1,1,1,1]}'),
(1893, 2115, 'department_details_thumb', '818'),
(1894, 2115, '_department_details_thumb', 'field_5f0e9d6d0a068'),
(1895, 2115, '_thumbnail_id', '824'),
(1896, 2115, '_elementor_edit_mode', 'builder'),
(1897, 2115, '_elementor_template_type', 'wp-post'),
(1898, 2115, '_elementor_version', '3.4.6'),
(1899, 2115, '_wp_page_template', 'default'),
(1900, 2115, '_elementor_data', '[{\"id\":\"68a2358a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50c9220\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a766da0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"mb-30\\\">An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted to bring somebody to assist them but limited to 1 person per applicant or group. VFS Global will not allow.\\r\\n<\\/p>\\r\\n<p class=\\\"mb-35\\\">Issuance of the immigrant visa to the intending immigrant. Before the immigrant visa expires, the intended immigrant must show the immigrant visa at a U.S. port-of-entry. When an immigrant\'s immigrant visa is approved, he or she becomes a lawful for Individuals and circumstances influence how long.<\\/p>\\r\\n<h3 class=\\\"visa-deatils__title mb-25\\\">\\r\\n    Visa Application Whole Process\\r\\n<\\/h3>\\r\\n<p class=\\\"mb-35\\\">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8734832\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"760ebb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"162e149\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"Ensure<br> The Requrements \",\"service_count\":\"02\",\"service_label\":\" Happy Clients & Students \",\"selected_icon\":{\"value\":\" flaticon-requirement\",\"library\":\"bdevs-element-flat-icons\"},\"description\":\"Work permit approval in higher education is designed for career professionals seeking\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"7ad0a38\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3c3fa\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"Collection<br> The Documents\",\"service_count\":\"02\",\"service_label\":\" Happy Clients & Students \",\"selected_icon\":{\"value\":\" flaticon-paperwork\",\"library\":\"bdevs-element-flat-icons\"},\"description\":\"Work permit approval in higher education is designed for career professionals seeking\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false},{\"id\":\"488ae68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"28991ed\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"button_text\":\"Button Text\",\"title\":\"Fill Up<br> The Required From \",\"service_count\":\"02\",\"service_label\":\" Happy Clients & Students \",\"selected_icon\":{\"value\":\" flaticon-application\",\"library\":\"bdevs-element-flat-icons\"},\"description\":\"Work permit approval in higher education is designed for career professionals seeking\"},\"elements\":[],\"widgetType\":\"icon_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c2b03d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7eac12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"594f929\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_5\",\"title\":\"Necessary Documents \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"bdevs info box description goes here\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/business-1.jpg\",\"id\":969,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4580205\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"25ab353\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f98c45a\",\"field_condition\":\"style_6\",\"title\":\"Two Recently taken posts must be attas\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"A valid passport\",\"_id\":\"192183d\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"Round trip reservation or itinerary\",\"_id\":\"bdaeff9\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"Travel insurance policy\",\"_id\":\"bc7f197\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"Proof of paid visa fee\",\"_id\":\"c87f182\"}],\"button_text\":\"View More Requrements\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d9f57f2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a7300b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63e4f93\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_6\",\"title\":\"Visa Application Whole Process\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"bdevs Info Box Sub Title\",\"description\":\"Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/bussiness-2.jpg\",\"id\":1000,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"88fc95f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"83e5788\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"f4b1f6c\",\"field_condition\":\"style_6\",\"title\":\"<span>Processing time<\\/span>: <span>7 - 28 Days<\\/span>\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Stay period<\\/span>: <span>Up to 180 Days<\\/span>\",\"_id\":\"42c2822\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Entry Persons<\\/span>: <span>Single \\/ Double<\\/span>\",\"_id\":\"ff58ce5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Life Insurance<\\/span>: <span>Yes<\\/span>\",\"_id\":\"a670919\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Medical Checkup<\\/span>: <span>Yes<\\/span>\",\"_id\":\"eb120c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"field_condition\":\"style_6\",\"title\":\"<span>Total Charges<\\/span>: <span>$23,570<\\/span>\",\"_id\":\"1f58ed7\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2594d89\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66112\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76f9baf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>England dotted with a lush, green landscape, rustic villages and throbbing with humanity. South Asian country that has plenty to offer to visitors with its diverse wildlife .We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1adb470\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e1cf59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"90f888a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ae48038\",\"tab_title\":\"How long does it take for a Transit Visa to process?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What is the purpose of the United States Business visa?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \",\"_id\":\"0083514\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"If the applicant is intending to stay more than 3 months?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \",\"_id\":\"2153507\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_title\":\"What are the important things to know as a Transit Visa applicant?\",\"tab_content_info\":\"The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa. \",\"_id\":\"c102ef0\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1901, 2115, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1902, 2115, '_elementor_controls_usage', 'a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:3;}s:13:\"_section_icon\";a:2:{s:5:\"title\";i:3;s:11:\"description\";i:3;}s:14:\"_section_media\";a:1:{s:13:\"selected_icon\";i:3;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:14:\"_section_title\";a:2:{s:5:\"title\";i:2;s:11:\"description\";i:1;}s:20:\"_section_about_image\";a:1:{s:7:\"image_1\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:3:\"faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}}'),
(1904, 1040, '_edit_last', '1'),
(1913, 2117, '_wp_page_template', 'elementor_header_footer'),
(1914, 2117, '_elementor_edit_mode', 'builder'),
(1915, 2117, '_elementor_template_type', 'wp-page'),
(1916, 2117, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1917, 2117, '_elementor_page_assets', 'a:0:{}'),
(1918, 2117, '_elementor_version', '3.7.6'),
(1919, 2117, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1920, 2118, '_wp_page_template', 'elementor_header_footer'),
(1921, 2118, '_elementor_edit_mode', 'builder'),
(1922, 2118, '_elementor_template_type', 'wp-page'),
(1923, 2118, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1924, 2118, '_elementor_page_assets', 'a:0:{}'),
(1925, 2118, '_elementor_version', '3.7.6'),
(1926, 2118, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1927, 2119, '_wp_page_template', 'elementor_header_footer'),
(1928, 2119, '_elementor_edit_mode', 'builder'),
(1929, 2119, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1930, 2119, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ab20a2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"27c919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7196de5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(1931, 2119, '_elementor_page_assets', 'a:0:{}'),
(1932, 2119, '_elementor_version', '3.7.6'),
(1933, 2119, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1935, 2120, '_wp_page_template', 'elementor_header_footer'),
(1936, 2120, '_elementor_edit_mode', 'builder'),
(1937, 2120, '_elementor_template_type', 'wp-page'),
(1938, 2120, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ab20a2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"27c919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7196de5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(1939, 2120, '_elementor_page_assets', 'a:0:{}'),
(1940, 2120, '_elementor_version', '3.7.6'),
(1941, 2120, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1943, 2121, '_wp_page_template', 'elementor_header_footer'),
(1944, 2121, '_elementor_edit_mode', 'builder'),
(1945, 2121, '_elementor_template_type', 'wp-page'),
(1946, 2121, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ab20a2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"27c919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7196de5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(1947, 2121, '_elementor_page_assets', 'a:0:{}'),
(1948, 2121, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1949, 2121, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1951, 2122, '_wp_page_template', 'elementor_header_footer'),
(1952, 2122, '_elementor_edit_mode', 'builder'),
(1953, 2122, '_elementor_template_type', 'wp-page'),
(1954, 2122, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(1955, 2122, '_elementor_page_assets', 'a:0:{}'),
(1956, 2122, '_elementor_version', '3.7.6'),
(1957, 2122, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1960, 506, '_edit_lock', '1722684072:1'),
(1961, 2124, '_wp_page_template', 'elementor_header_footer'),
(1962, 2124, '_elementor_edit_mode', 'builder'),
(1963, 2124, '_elementor_template_type', 'wp-page'),
(1964, 2124, '_elementor_data', '[{\"id\":\"368b562\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686adba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db4abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>25+<\\/span> Years of Your Trust and Recommendation \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"About visapass \",\"description\":\"For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2.jpg\",\"id\":258,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2-1.jpg\",\"id\":259,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bbd4995\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4cb2dbb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5cf7561\",\"selected_icon\":{\"value\":\" flaticon-fair-trade\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Trusted by Millions\",\"description\":\"Most trusted & recommended by millions of students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-trophy-alt\",\"library\":\"bdevs-element-icons\"},\"title\":\"Awards Winner\",\"description\":\"Most trusted & recommended by millions of students\",\"_id\":\"0810820\"}],\"about_badge_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/seal.png\",\"id\":263,\"alt\":\"\",\"source\":\"library\"},\"about_badget_title\":\"ISO Certified\",\"about_badget_year\":\"1990-2000\",\"button_text\":\"\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Visapass Carries 25+ Year\'s<br>\\nAwesome History \",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58dae89\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"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\":\"1c61577\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac8a615\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"Subtitle here\",\"extra_title\":\"bdevs Extra Title\",\"tabs\":[{\"title\":\"1990 - 1995\",\"_id\":\"3a9bc0d\",\"template\":\"1353\"},{\"title\":\"1996 - 2000\",\"_id\":\"fe22599\",\"template\":\"1353\"},{\"title\":\"2001 - 2005\",\"template\":\"1353\",\"_id\":\"8a6c35d\"},{\"title\":\"2006 - 2010\",\"template\":\"1353\",\"_id\":\"76647d7\"},{\"title\":\"2011 - 2020\",\"template\":\"1353\",\"_id\":\"8fd097f\"}]},\"elements\":[],\"widgetType\":\"about_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2ae25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abfact.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"155\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53271c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b63c57\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3225058\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"185032d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6afc7\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_8\",\"title\":\"We Journey The Global Business to Ensuring The Guarantee\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Missions \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=pNje3bWz7V8\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c87e5a7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4e6ab01\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c8e9fb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8db05d6\"}],\"button_text\":\"See Packages\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\" Download Brochure\",\"button_link2\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_icon_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f7af4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5680979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4371f16\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68d7488\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3759d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9795036\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"86587fd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"779e4e9\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a7626c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4acc153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13c9da0\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fcb7d7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96befbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85707ff\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fddd3f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5b3f2c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94189e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1965, 2124, '_elementor_page_assets', 'a:0:{}'),
(1966, 2124, '_elementor_version', '3.4.6'),
(1967, 2124, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1969, 2125, '_wp_page_template', 'elementor_header_footer'),
(1970, 2125, '_elementor_edit_mode', 'builder'),
(1971, 2125, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1972, 2125, '_elementor_data', '[{\"id\":\"368b562\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686adba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db4abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>25+<\\/span> Years of Your Trust and Recommendation \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"About visapass \",\"description\":\"For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2.jpg\",\"id\":258,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2-1.jpg\",\"id\":259,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bbd4995\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4cb2dbb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5cf7561\",\"selected_icon\":{\"value\":\" flaticon-fair-trade\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Trusted by Millions\",\"description\":\"Most trusted & recommended by millions of students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-trophy-alt\",\"library\":\"bdevs-element-icons\"},\"title\":\"Awards Winner\",\"description\":\"Most trusted & recommended by millions of students\",\"_id\":\"0810820\"}],\"about_badge_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/seal.png\",\"id\":263,\"alt\":\"\",\"source\":\"library\"},\"about_badget_title\":\"ISO Certified\",\"about_badget_year\":\"1990-2000\",\"button_text\":\"\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Visapass Carries 25+ Year\'s<br>\\nAwesome History \",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58dae89\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"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\":\"1c61577\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac8a615\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"Subtitle here\",\"extra_title\":\"bdevs Extra Title\",\"tabs\":[{\"title\":\"1990 - 1995\",\"_id\":\"3a9bc0d\",\"template\":\"1353\"},{\"title\":\"1996 - 2000\",\"_id\":\"fe22599\",\"template\":\"1353\"},{\"title\":\"2001 - 2005\",\"template\":\"1353\",\"_id\":\"8a6c35d\"},{\"title\":\"2006 - 2010\",\"template\":\"1353\",\"_id\":\"76647d7\"},{\"title\":\"2011 - 2020\",\"template\":\"1353\",\"_id\":\"8fd097f\"}]},\"elements\":[],\"widgetType\":\"about_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2ae25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abfact.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"155\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53271c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b63c57\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3225058\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"185032d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6afc7\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_8\",\"title\":\"We Journey The Global Business to Ensuring The Guarantee\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Missions \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=pNje3bWz7V8\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c87e5a7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4e6ab01\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c8e9fb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8db05d6\"}],\"button_text\":\"See Packages\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\" Download Brochure\",\"button_link2\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_icon_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f7af4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5680979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4371f16\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68d7488\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3759d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9795036\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"86587fd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"779e4e9\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a7626c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4acc153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13c9da0\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fcb7d7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96befbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85707ff\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fddd3f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5b3f2c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94189e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(1973, 2125, '_elementor_page_assets', 'a:0:{}'),
(1974, 2125, '_elementor_version', '3.4.6'),
(1975, 2125, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1977, 2126, '_wp_page_template', 'elementor_header_footer'),
(1978, 2126, '_elementor_edit_mode', 'builder'),
(1979, 2126, '_elementor_template_type', 'wp-page'),
(1980, 2126, '_elementor_data', '[{\"id\":\"368b562\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686adba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db4abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>25+<\\/span> Years of Your Trust and Recommendation \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"About visapass \",\"description\":\"For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2.jpg\",\"id\":258,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2-1.jpg\",\"id\":259,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bbd4995\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4cb2dbb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5cf7561\",\"selected_icon\":{\"value\":\" flaticon-fair-trade\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Trusted by Millions\",\"description\":\"Most trusted & recommended by millions of students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-trophy-alt\",\"library\":\"bdevs-element-icons\"},\"title\":\"Awards Winner\",\"description\":\"Most trusted & recommended by millions of students\",\"_id\":\"0810820\"}],\"about_badge_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/seal.png\",\"id\":263,\"alt\":\"\",\"source\":\"library\"},\"about_badget_title\":\"ISO Certified\",\"about_badget_year\":\"1990-2000\",\"button_text\":\"\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Visapass Carries 25+ Year\'s<br>\\nAwesome History \",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58dae89\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"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\":\"1c61577\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac8a615\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"Subtitle here\",\"extra_title\":\"bdevs Extra Title\",\"tabs\":[{\"title\":\"1990 - 1995\",\"_id\":\"3a9bc0d\",\"template\":\"1353\"},{\"title\":\"1996 - 2000\",\"_id\":\"fe22599\",\"template\":\"1353\"},{\"title\":\"2001 - 2005\",\"template\":\"1353\",\"_id\":\"8a6c35d\"},{\"title\":\"2006 - 2010\",\"template\":\"1353\",\"_id\":\"76647d7\"},{\"title\":\"2011 - 2020\",\"template\":\"1353\",\"_id\":\"8fd097f\"}]},\"elements\":[],\"widgetType\":\"about_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2ae25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abfact.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"155\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53271c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b63c57\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3225058\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"185032d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6afc7\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_8\",\"title\":\"We Journey The Global Business to Ensuring The Guarantee\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Missions \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=pNje3bWz7V8\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c87e5a7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4e6ab01\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c8e9fb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8db05d6\"}],\"button_text\":\"See Packages\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\" Download Brochure\",\"button_link2\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_icon_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f7af4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5680979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4371f16\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68d7488\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3759d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9795036\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"86587fd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"779e4e9\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a7626c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4acc153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13c9da0\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fcb7d7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96befbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85707ff\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fddd3f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5b3f2c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94189e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb4b2a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d5e8bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e36265\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(1981, 2126, '_elementor_page_assets', 'a:0:{}'),
(1982, 2126, '_elementor_version', '3.4.6'),
(1983, 2126, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(1986, 2127, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(1987, 2127, '_tablepress_table_visibility', '{\"rows\":[1,1],\"columns\":[1,1,1,1]}'),
(1988, 2129, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(1989, 2129, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]}'),
(1990, 2131, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(1991, 2131, '_tablepress_table_visibility', '{\"rows\":[1,1],\"columns\":[1,1,1,1]}'),
(1992, 2133, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(1993, 2133, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1,1,1,1]}'),
(1995, 2135, '_edit_lock', '1663857367:1'),
(1996, 2135, '_edit_last', '1'),
(1997, 2135, 'is_it_invisible_breadcrumb', '0'),
(1998, 2135, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(1999, 2135, 'breadcrumb_background_image', ''),
(2000, 2135, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2001, 2135, 'hide_breadcrumb_background_image', '0'),
(2002, 2135, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2003, 2135, 'is_enable_sec_logo', '0'),
(2004, 2135, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2005, 2135, 'header_style', 'header-style-1'),
(2006, 2135, '_header_style', 'field_5ee5b7e62edef'),
(2007, 2135, 'footer_style', 'footer-style-1'),
(2008, 2135, '_footer_style', 'field_5efb0ded987fe'),
(2009, 2135, 'visapass_footer_bg', ''),
(2010, 2135, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2011, 2135, 'visapass_footer_bg_color', ''),
(2012, 2135, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2013, 2136, 'is_it_invisible_breadcrumb', '0'),
(2014, 2136, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2015, 2136, 'breadcrumb_background_image', ''),
(2016, 2136, '_breadcrumb_background_image', 'field_5ee5a3275481c');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2017, 2136, 'hide_breadcrumb_background_image', '1'),
(2018, 2136, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2019, 2136, 'is_enable_sec_logo', '0'),
(2020, 2136, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2021, 2136, 'header_style', 'header-style-1'),
(2022, 2136, '_header_style', 'field_5ee5b7e62edef'),
(2023, 2136, 'footer_style', 'footer-style-1'),
(2024, 2136, '_footer_style', 'field_5efb0ded987fe'),
(2025, 2136, 'visapass_footer_bg', ''),
(2026, 2136, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2027, 2136, 'visapass_footer_bg_color', ''),
(2028, 2136, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2029, 2135, '_elementor_edit_mode', 'builder'),
(2030, 2135, '_elementor_template_type', 'wp-page'),
(2031, 2135, '_elementor_version', '3.7.6'),
(2037, 2137, '_elementor_edit_mode', 'builder'),
(2038, 2137, '_elementor_template_type', 'wp-page'),
(2039, 2137, '_elementor_version', '3.7.6'),
(2040, 2138, '_elementor_edit_mode', 'builder'),
(2041, 2138, '_elementor_template_type', 'wp-page'),
(2042, 2138, '_elementor_version', '3.7.6'),
(2043, 2135, '_wp_page_template', 'default'),
(2044, 2135, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2045, 2139, '_elementor_edit_mode', 'builder'),
(2046, 2139, '_elementor_template_type', 'wp-page'),
(2047, 2139, '_elementor_version', '3.7.6'),
(2048, 2139, '_wp_page_template', 'default'),
(2049, 2139, '_elementor_data', '[{\"id\":\"ec5d5e3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"6fb0f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2aeb495\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"OUR PRODUCT RANGE\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\n\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team.jpg\",\"id\":562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"Join With Us\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team-01.jpg\",\"id\":589,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"Parsley Montana\",\"job_title\":\"UI\\/UX Designer\",\"bio\":\"So I said on your bike mate easy peasy dropped a clanger blow porkies is fantastic show off show.!\",\"profiles\":[{\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\"},\"name\":\"facebook\",\"_id\":\"ee23404\"},{\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\"},\"name\":\"twitter\",\"_id\":\"0013034\"},{\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\"},\"name\":\"linkedin\",\"_id\":\"ecf1a9b\"},{\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\"},\"name\":\"youtube\",\"_id\":\"a332f1c\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"909ff12\",\"selected_icon\":{\"value\":\"fal fa-envelope\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\"support@zibber.com\",\"phone_url\":\"mailto:support@zibber.com\",\"email_url\":\"mailto:needhelp@company.com\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-phone\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\"(+642) 394 396 432 \",\"phone_url\":\"tel:+642394396432 \",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"edb1aba\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-map-marker-alt\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\" Ave 14th Street, Mirpur 210,<br> San Franciso, USA 3296. \",\"phone_url\":\"https:\\/\\/www.google.com\\/maps\\/place\\/New+York+City+Hall\\/@40.7122989,-74.009099,17.29z\\/data=!4m5!3m4!1s0x89c258fda88cefb3:0x7f1e88758d210007!8m2!3d40.7127744!4d-74.006059\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"b86dac7\"}],\"extra_title\":\"Information\",\"extra_description\":\"<p>jolly good codswallop what a plonker he nicked it bog-standard porkies gosh the full monty, wind up at public school hanky panky cheeky bugger Richard do one some dodgy chav bite your arm off. Argy-bargy excuse my French brown bread up the duff bleeder fanny around spend a penny barmy bonnet, bubble and squeak brolly bugger no biggie smashing get stuffed mate old lurgy, cup of tea nice one mufty that I knackered some dodgy chav. Say vagabond morish crikey excuse my French bonnet William blatant spend a penny, knackered bite your arm off what a plonker blimey smashing a blinding shot pardon me grub, wind up cracking goal Jeffrey hanky panky are you taking the piss such a fibber hunky-dory.<\\/p><p>So I said on your bike mate easy peasy dropped a clanger blow off porkies is fantastic show off show off pick your nose and blow off, faff about bubble and squeak bugger all mate happy days hotpot don\'t get shirty with me jolly good gormless barmy.<\\/p>\",\"button_text\":\"Appionment \",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2050, 2135, '_elementor_page_assets', 'a:0:{}'),
(2054, 2141, '_elementor_edit_mode', 'builder'),
(2055, 2141, '_elementor_template_type', 'wp-page'),
(2056, 2141, '_elementor_version', '3.7.6'),
(2057, 2141, '_wp_page_template', 'default'),
(2058, 2141, '_elementor_data', '[{\"id\":\"ec5d5e3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"6fb0f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2aeb495\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"OUR PRODUCT RANGE\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\n\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team.jpg\",\"id\":562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"Join With Us\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team-01.jpg\",\"id\":589,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"Parsley Montana\",\"job_title\":\"UI\\/UX Designer\",\"bio\":\"So I said on your bike mate easy peasy dropped a clanger blow porkies is fantastic show off show.!\",\"profiles\":[{\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\"},\"name\":\"facebook\",\"_id\":\"ee23404\"},{\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\"},\"name\":\"twitter\",\"_id\":\"0013034\"},{\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\"},\"name\":\"linkedin\",\"_id\":\"ecf1a9b\"},{\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\"},\"name\":\"youtube\",\"_id\":\"a332f1c\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"909ff12\",\"selected_icon\":{\"value\":\"fal fa-envelope\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\"support@zibber.com\",\"phone_url\":\"mailto:support@zibber.com\",\"email_url\":\"mailto:needhelp@company.com\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-phone\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\"(+642) 394 396 432 \",\"phone_url\":\"tel:+642394396432 \",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"edb1aba\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-map-marker-alt\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\" Ave 14th Street, Mirpur 210,<br> San Franciso, USA 3296. \",\"phone_url\":\"https:\\/\\/www.google.com\\/maps\\/place\\/New+York+City+Hall\\/@40.7122989,-74.009099,17.29z\\/data=!4m5!3m4!1s0x89c258fda88cefb3:0x7f1e88758d210007!8m2!3d40.7127744!4d-74.006059\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"b86dac7\"}],\"extra_title\":\"Information\",\"extra_description\":\"<p>jolly good codswallop what a plonker he nicked it bog-standard porkies gosh the full monty, wind up at public school hanky panky cheeky bugger Richard do one some dodgy chav bite your arm off. Argy-bargy excuse my French brown bread up the duff bleeder fanny around spend a penny barmy bonnet, bubble and squeak brolly bugger no biggie smashing get stuffed mate old lurgy, cup of tea nice one mufty that I knackered some dodgy chav. Say vagabond morish crikey excuse my French bonnet William blatant spend a penny, knackered bite your arm off what a plonker blimey smashing a blinding shot pardon me grub, wind up cracking goal Jeffrey hanky panky are you taking the piss such a fibber hunky-dory.<\\/p><p>So I said on your bike mate easy peasy dropped a clanger blow off porkies is fantastic show off show off pick your nose and blow off, faff about bubble and squeak bugger all mate happy days hotpot don\'t get shirty with me jolly good gormless barmy.<\\/p>\",\"button_text\":\"Appionment \",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2059, 2141, '_elementor_page_assets', 'a:0:{}'),
(2061, 2142, '_elementor_edit_mode', 'builder'),
(2062, 2142, '_elementor_template_type', 'wp-page'),
(2063, 2142, '_elementor_version', '3.7.6'),
(2064, 2142, '_wp_page_template', 'default'),
(2065, 2142, '_elementor_data', '[{\"id\":\"ec5d5e3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"6fb0f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2aeb495\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"OUR PRODUCT RANGE\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\n\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team.jpg\",\"id\":562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"Join With Us\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team-01.jpg\",\"id\":589,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"Parsley Montana\",\"job_title\":\"UI\\/UX Designer\",\"bio\":\"So I said on your bike mate easy peasy dropped a clanger blow porkies is fantastic show off show.!\",\"profiles\":[{\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\"},\"name\":\"facebook\",\"_id\":\"ee23404\"},{\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\"},\"name\":\"twitter\",\"_id\":\"0013034\"},{\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\"},\"name\":\"linkedin\",\"_id\":\"ecf1a9b\"},{\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\"},\"name\":\"youtube\",\"_id\":\"a332f1c\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"909ff12\",\"selected_icon\":{\"value\":\"fal fa-envelope\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\"support@zibber.com\",\"phone_url\":\"mailto:support@zibber.com\",\"email_url\":\"mailto:needhelp@company.com\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-phone\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\"(+642) 394 396 432 \",\"phone_url\":\"tel:+642394396432 \",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"edb1aba\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-map-marker-alt\",\"library\":\"bdevs-element-icons\"},\"contact_phone\":\" Ave 14th Street, Mirpur 210,<br> San Franciso, USA 3296. \",\"phone_url\":\"https:\\/\\/www.google.com\\/maps\\/place\\/New+York+City+Hall\\/@40.7122989,-74.009099,17.29z\\/data=!4m5!3m4!1s0x89c258fda88cefb3:0x7f1e88758d210007!8m2!3d40.7127744!4d-74.006059\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"b86dac7\"}],\"extra_title\":\"Information\",\"extra_description\":\"<p>jolly good codswallop what a plonker he nicked it bog-standard porkies gosh the full monty, wind up at public school hanky panky cheeky bugger Richard do one some dodgy chav bite your arm off. Argy-bargy excuse my French brown bread up the duff bleeder fanny around spend a penny barmy bonnet, bubble and squeak brolly bugger no biggie smashing get stuffed mate old lurgy, cup of tea nice one mufty that I knackered some dodgy chav. Say vagabond morish crikey excuse my French bonnet William blatant spend a penny, knackered bite your arm off what a plonker blimey smashing a blinding shot pardon me grub, wind up cracking goal Jeffrey hanky panky are you taking the piss such a fibber hunky-dory.<\\/p><p>So I said on your bike mate easy peasy dropped a clanger blow off porkies is fantastic show off show off pick your nose and blow off, faff about bubble and squeak bugger all mate happy days hotpot don\'t get shirty with me jolly good gormless barmy.<\\/p>\",\"button_text\":\"Appionment \",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2066, 2142, '_elementor_page_assets', 'a:0:{}'),
(2068, 2143, '_elementor_edit_mode', 'builder'),
(2069, 2143, '_elementor_template_type', 'wp-page'),
(2070, 2143, '_elementor_version', '3.7.6'),
(2071, 2143, '_wp_page_template', 'default'),
(2072, 2143, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_title\":\"Information\",\"extra_description\":\"<p>Wear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber<\\/p><p>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"button_text\":\"\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2073, 2143, '_elementor_page_assets', 'a:0:{}'),
(2076, 2144, '_elementor_edit_mode', 'builder'),
(2077, 2144, '_elementor_template_type', 'wp-page'),
(2078, 2144, '_elementor_version', '3.7.6'),
(2079, 2144, '_wp_page_template', 'default'),
(2080, 2144, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_title\":\"Information\",\"extra_description\":\"<p>Wear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber<\\/p><p>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"button_text\":\"\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2081, 2144, '_elementor_page_assets', 'a:0:{}'),
(2083, 2145, '_elementor_edit_mode', 'builder'),
(2084, 2145, '_elementor_template_type', 'wp-page'),
(2085, 2145, '_elementor_version', '3.7.6'),
(2086, 2145, '_wp_page_template', 'default'),
(2087, 2145, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_title\":\"Information\",\"extra_description\":\"<p>Wear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber<\\/p><p>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"button_text\":\"\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2088, 2145, '_elementor_page_assets', 'a:0:{}'),
(2090, 2146, '_elementor_edit_mode', 'builder'),
(2091, 2146, '_elementor_template_type', 'wp-page'),
(2092, 2146, '_elementor_version', '3.7.6'),
(2093, 2146, '_wp_page_template', 'default'),
(2094, 2146, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2095, 2146, '_elementor_page_assets', 'a:0:{}'),
(2098, 2147, '_menu_item_type', 'custom'),
(2099, 2147, '_menu_item_menu_item_parent', '0'),
(2100, 2147, '_menu_item_object_id', '2147'),
(2101, 2147, '_menu_item_object', 'custom'),
(2102, 2147, '_menu_item_target', ''),
(2103, 2147, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2104, 2147, '_menu_item_xfn', ''),
(2105, 2147, '_menu_item_url', '#'),
(2107, 2148, '_menu_item_type', 'post_type'),
(2108, 2148, '_menu_item_menu_item_parent', '2147'),
(2109, 2148, '_menu_item_object_id', '2135'),
(2110, 2148, '_menu_item_object', 'page'),
(2111, 2148, '_menu_item_target', ''),
(2112, 2148, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2113, 2148, '_menu_item_xfn', ''),
(2114, 2148, '_menu_item_url', ''),
(2116, 1879, '_wp_old_date', '2022-01-13'),
(2133, 1889, '_wp_old_date', '2022-01-13'),
(2134, 2149, '_edit_lock', '1663857319:1'),
(2135, 2150, '_elementor_edit_mode', 'builder'),
(2136, 2150, '_elementor_template_type', 'wp-page'),
(2137, 2150, '_elementor_version', '3.7.6'),
(2138, 2150, '_wp_page_template', 'default'),
(2139, 2150, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2140, 2150, '_elementor_page_assets', 'a:0:{}'),
(2142, 2151, '_elementor_edit_mode', 'builder'),
(2143, 2151, '_elementor_template_type', 'wp-page'),
(2144, 2151, '_elementor_version', '3.7.6'),
(2145, 2151, '_wp_page_template', 'default'),
(2146, 2151, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2147, 2151, '_elementor_page_assets', 'a:0:{}'),
(2149, 2152, '_elementor_edit_mode', 'builder'),
(2150, 2152, '_elementor_template_type', 'wp-page'),
(2151, 2152, '_elementor_version', '3.7.6'),
(2152, 2152, '_wp_page_template', 'default'),
(2153, 2152, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2154, 2152, '_elementor_page_assets', 'a:0:{}'),
(2157, 2153, '_elementor_edit_mode', 'builder'),
(2158, 2153, '_elementor_template_type', 'wp-page'),
(2159, 2153, '_elementor_version', '3.7.6'),
(2160, 2153, '_wp_page_template', 'default'),
(2161, 2153, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2162, 2153, '_elementor_page_assets', 'a:0:{}'),
(2164, 2154, '_elementor_edit_mode', 'builder'),
(2165, 2154, '_elementor_template_type', 'wp-page'),
(2166, 2154, '_elementor_version', '3.7.6'),
(2167, 2154, '_wp_page_template', 'default'),
(2168, 2154, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2169, 2154, '_elementor_page_assets', 'a:0:{}'),
(2171, 2155, '_elementor_edit_mode', 'builder'),
(2172, 2155, '_elementor_template_type', 'wp-page'),
(2173, 2155, '_elementor_version', '3.7.6'),
(2174, 2155, '_wp_page_template', 'default'),
(2175, 2155, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2176, 2155, '_elementor_page_assets', 'a:0:{}'),
(2179, 2156, '_elementor_edit_mode', 'builder'),
(2180, 2156, '_elementor_template_type', 'wp-page'),
(2181, 2156, '_elementor_version', '3.7.6'),
(2182, 2156, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2183, 2156, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2184, 2156, '_elementor_page_assets', 'a:0:{}'),
(2186, 2157, '_elementor_edit_mode', 'builder'),
(2187, 2157, '_elementor_template_type', 'wp-page'),
(2188, 2157, '_elementor_version', '3.7.6'),
(2189, 2157, '_wp_page_template', 'default'),
(2190, 2157, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2191, 2157, '_elementor_page_assets', 'a:0:{}'),
(2193, 2158, '_elementor_edit_mode', 'builder'),
(2194, 2158, '_elementor_template_type', 'wp-page'),
(2195, 2158, '_elementor_version', '3.7.6'),
(2196, 2158, '_wp_page_template', 'default'),
(2197, 2158, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2198, 2158, '_elementor_page_assets', 'a:0:{}'),
(2201, 2159, '_elementor_edit_mode', 'builder'),
(2202, 2159, '_elementor_template_type', 'wp-page'),
(2203, 2159, '_elementor_version', '3.7.6'),
(2204, 2159, '_wp_page_template', 'default'),
(2205, 2159, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2206, 2159, '_elementor_page_assets', 'a:0:{}'),
(2208, 2160, '_elementor_edit_mode', 'builder'),
(2209, 2160, '_elementor_template_type', 'wp-page'),
(2210, 2160, '_elementor_version', '3.7.6'),
(2211, 2160, '_wp_page_template', 'default'),
(2212, 2160, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2213, 2160, '_elementor_page_assets', 'a:0:{}'),
(2215, 2161, '_elementor_edit_mode', 'builder'),
(2216, 2161, '_elementor_template_type', 'wp-page'),
(2217, 2161, '_elementor_version', '3.7.6'),
(2218, 2161, '_wp_page_template', 'default'),
(2219, 2161, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2220, 2161, '_elementor_page_assets', 'a:0:{}'),
(2223, 2149, '_edit_last', '1'),
(2224, 2149, 'is_it_invisible_breadcrumb', '0'),
(2225, 2149, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2226, 2149, 'breadcrumb_background_image', ''),
(2227, 2149, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2228, 2149, 'hide_breadcrumb_background_image', '0'),
(2229, 2149, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2230, 2149, 'is_enable_sec_logo', '0'),
(2231, 2149, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2232, 2149, 'header_style', 'header-style-1'),
(2233, 2149, '_header_style', 'field_5ee5b7e62edef'),
(2234, 2149, 'footer_style', 'footer-style-1'),
(2235, 2149, '_footer_style', 'field_5efb0ded987fe'),
(2236, 2149, 'visapass_footer_bg', ''),
(2237, 2149, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2238, 2149, 'visapass_footer_bg_color', ''),
(2239, 2149, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2240, 2162, 'is_it_invisible_breadcrumb', '0'),
(2241, 2162, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2242, 2162, 'breadcrumb_background_image', ''),
(2243, 2162, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2244, 2162, 'hide_breadcrumb_background_image', '1'),
(2245, 2162, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2246, 2162, 'is_enable_sec_logo', '0'),
(2247, 2162, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2248, 2162, 'header_style', 'header-style-1'),
(2249, 2162, '_header_style', 'field_5ee5b7e62edef'),
(2250, 2162, 'footer_style', 'footer-style-1'),
(2251, 2162, '_footer_style', 'field_5efb0ded987fe'),
(2252, 2162, 'visapass_footer_bg', ''),
(2253, 2162, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2254, 2162, 'visapass_footer_bg_color', ''),
(2255, 2162, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2256, 2149, '_elementor_edit_mode', 'builder'),
(2257, 2149, '_elementor_template_type', 'wp-page'),
(2258, 2149, '_elementor_version', '3.7.6'),
(2265, 2164, '_elementor_edit_mode', 'builder'),
(2266, 2164, '_elementor_template_type', 'wp-page'),
(2267, 2164, '_elementor_version', '3.7.6'),
(2268, 2164, '_wp_page_template', 'default'),
(2269, 2164, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2270, 2164, '_elementor_page_assets', 'a:0:{}'),
(2272, 2165, '_elementor_edit_mode', 'builder'),
(2273, 2165, '_elementor_template_type', 'wp-page'),
(2274, 2165, '_elementor_version', '3.7.6'),
(2275, 2165, '_wp_page_template', 'default'),
(2276, 2165, '_elementor_data', '[{\"id\":\"0909f86\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"741af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14b48ad\",\"elType\":\"widget\",\"settings\":{\"photo\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt.jpg\",\"id\":2140,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CLASSICAL V-BELT\",\"job_title\":\"\",\"bio\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester & kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\\n\\nStandards, Dimensions & Product Range:\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\",\"profiles\":[{\"_id\":\"83c5a2d\"}],\"info_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"phone_url\":\"\",\"email_url\":\"mailto:needhelp@company.com\",\"_id\":\"c4cc9c9\"}],\"extra_description\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"button_text\":\"\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"show_profiles\":\"\"},\"elements\":[],\"widgetType\":\"member-details\"},{\"id\":\"14e5b2f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2277, 2165, '_elementor_page_assets', 'a:0:{}'),
(2279, 2166, '_elementor_edit_mode', 'builder'),
(2280, 2166, '_elementor_template_type', 'wp-page'),
(2281, 2166, '_elementor_version', '3.7.6'),
(2282, 2166, '_wp_page_template', 'default'),
(2283, 2166, '_elementor_data', '[{\"id\":\"85a66cb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"a5262e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b9ae773\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber<br>\\nStandards, Dimensions & Product Range:<br>\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\\n\\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team.jpg\",\"id\":562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2284, 2166, '_elementor_page_assets', 'a:0:{}'),
(2287, 2167, '_wp_attached_file', '2022/09/Classical-V-Belt1.jpg'),
(2288, 2167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:641;s:6:\"height\";i:1184;s:4:\"file\";s:29:\"2022/09/Classical-V-Belt1.jpg\";s:8:\"filesize\";i:165976;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Classical-V-Belt1-162x300.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17267;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Classical-V-Belt1-554x1024.jpg\";s:5:\"width\";i:554;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82559;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Classical-V-Belt1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9161;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:29:\"Classical-V-Belt1-641x600.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50070;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:29:\"Classical-V-Belt1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25099;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:29:\"Classical-V-Belt1-641x544.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46291;}s:24:\"elementor_custom_300x400\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Classical-V-Belt1-puzpkv7ml1u9zkorecfqzdrndkxj2apjm6w6ngq0tc.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_300x600\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Classical-V-Belt1-puzpkv7ml1vewrdc2hso1lfo59txm2nwt5vupdrywg.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_300x551\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4vtvfn7ud2b9yrae2ose8c5lbb8dmrq.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_300x550\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_300x500\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Classical-V-Belt1-puzpkv7ml1uug611qf47ihlnrfdqc6oq7oe0of8zuw.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:500;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:{}}}'),
(2289, 2168, '_elementor_edit_mode', 'builder'),
(2290, 2168, '_elementor_template_type', 'wp-page'),
(2291, 2168, '_elementor_version', '3.7.6'),
(2292, 2168, '_wp_page_template', 'default'),
(2293, 2168, '_elementor_data', '[{\"id\":\"85a66cb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"a5262e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b9ae773\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber<br>\\nStandards, Dimensions & Product Range:<br>\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\\n\\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team.jpg\",\"id\":562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2294, 2168, '_elementor_page_assets', 'a:0:{}'),
(2296, 2169, '_elementor_edit_mode', 'builder'),
(2297, 2169, '_elementor_template_type', 'wp-page'),
(2298, 2169, '_elementor_version', '3.7.6'),
(2299, 2169, '_wp_page_template', 'default'),
(2300, 2169, '_elementor_data', '[{\"id\":\"85a66cb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"a5262e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b9ae773\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber<br>\\nStandards, Dimensions & Product Range:<br>\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\\n\\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/team.jpg\",\"id\":562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2301, 2169, '_elementor_page_assets', 'a:0:{}'),
(2303, 2170, '_elementor_edit_mode', 'builder'),
(2304, 2170, '_elementor_template_type', 'wp-page'),
(2305, 2170, '_elementor_version', '3.7.6'),
(2306, 2170, '_wp_page_template', 'default'),
(2307, 2170, '_elementor_data', '[{\"id\":\"85a66cb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"a5262e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b9ae773\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber<br>\\nStandards, Dimensions & Product Range:<br>\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\\n\\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2308, 2170, '_elementor_page_assets', 'a:0:{}'),
(2311, 2171, '_elementor_edit_mode', 'builder'),
(2312, 2171, '_elementor_template_type', 'wp-page'),
(2313, 2171, '_elementor_version', '3.7.6'),
(2314, 2171, '_wp_page_template', 'default'),
(2315, 2171, '_elementor_data', '[{\"id\":\"85a66cb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"a5262e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b9ae773\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber<br>\\nStandards, Dimensions & Product Range:<br>\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\\n\\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2316, 2171, '_elementor_page_assets', 'a:0:{}'),
(2318, 2172, '_elementor_edit_mode', 'builder'),
(2319, 2172, '_elementor_template_type', 'wp-page'),
(2320, 2172, '_elementor_version', '3.7.6'),
(2321, 2172, '_wp_page_template', 'default'),
(2322, 2172, '_elementor_data', '[{\"id\":\"85a66cb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"a5262e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b9ae773\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_7\",\"title\":\"CLASSICAL V-BELT \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"\",\"description\":\"CLASSICAL V-BELT is Heat & Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\\nWear resistant bias cut neoprene rubberized polyester cotton fabric\\nHigh tenacity, low stretch, specially treated polyester & kevlar cords\\nHigh tensile cord embedding cushion rubber compound\\nSpecially compounded high modulus compression rubber<br>\\nStandards, Dimensions & Product Range:<br>\\n\\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\\n\\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\\n\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"21bef71\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"e0cf3d6\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"31bf4d3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"17893cc\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2323, 2172, '_elementor_page_assets', 'a:0:{}'),
(2325, 2173, '_elementor_edit_mode', 'builder'),
(2326, 2173, '_elementor_template_type', 'wp-page'),
(2327, 2173, '_elementor_version', '3.7.6'),
(2328, 2173, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2329, 2173, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:&lt;br&gt;<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2330, 2173, '_elementor_page_assets', 'a:0:{}'),
(2333, 2174, '_elementor_edit_mode', 'builder'),
(2334, 2174, '_elementor_template_type', 'wp-page'),
(2335, 2174, '_elementor_version', '3.7.6'),
(2336, 2174, '_wp_page_template', 'default'),
(2337, 2174, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:&lt;br&gt;<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2338, 2174, '_elementor_page_assets', 'a:0:{}'),
(2340, 2175, '_elementor_edit_mode', 'builder'),
(2341, 2175, '_elementor_template_type', 'wp-page'),
(2342, 2175, '_elementor_version', '3.7.6'),
(2343, 2175, '_wp_page_template', 'default'),
(2344, 2175, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:&lt;br&gt;<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2345, 2175, '_elementor_page_assets', 'a:0:{}'),
(2347, 2176, '_elementor_edit_mode', 'builder'),
(2348, 2176, '_elementor_template_type', 'wp-page'),
(2349, 2176, '_elementor_version', '3.7.6'),
(2350, 2176, '_wp_page_template', 'default'),
(2351, 2176, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:&lt;br&gt;<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2352, 2176, '_elementor_page_assets', 'a:0:{}'),
(2355, 2177, '_elementor_edit_mode', 'builder'),
(2356, 2177, '_elementor_template_type', 'wp-page'),
(2357, 2177, '_elementor_version', '3.7.6'),
(2358, 2177, '_wp_page_template', 'default'),
(2359, 2177, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:&lt;br&gt;<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2360, 2177, '_elementor_page_assets', 'a:0:{}'),
(2362, 2178, '_elementor_edit_mode', 'builder'),
(2363, 2178, '_elementor_template_type', 'wp-page'),
(2364, 2178, '_elementor_version', '3.7.6'),
(2365, 2178, '_wp_page_template', 'default'),
(2366, 2178, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:&lt;br&gt;<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2367, 2178, '_elementor_page_assets', 'a:0:{}'),
(2369, 2179, '_elementor_edit_mode', 'builder'),
(2370, 2179, '_elementor_template_type', 'wp-page'),
(2371, 2179, '_elementor_version', '3.7.6'),
(2372, 2179, '_wp_page_template', 'default'),
(2373, 2179, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2374, 2179, '_elementor_page_assets', 'a:0:{}'),
(2377, 2180, '_wp_attached_file', '2022/09/Narrow-V-Belt.jpg'),
(2378, 2180, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:641;s:6:\"height\";i:1184;s:4:\"file\";s:25:\"2022/09/Narrow-V-Belt.jpg\";s:8:\"filesize\";i:157277;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Narrow-V-Belt-162x300.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16292;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Narrow-V-Belt-554x1024.jpg\";s:5:\"width\";i:554;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Narrow-V-Belt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8883;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:25:\"Narrow-V-Belt-641x600.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48358;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:25:\"Narrow-V-Belt-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23801;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:25:\"Narrow-V-Belt-641x544.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47333;}s:24:\"elementor_custom_300x550\";a:4:{s:4:\"file\";s:77:\"elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:550;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:{}}}'),
(2379, 2181, '_elementor_edit_mode', 'builder'),
(2380, 2181, '_elementor_template_type', 'wp-page'),
(2381, 2181, '_elementor_version', '3.7.6'),
(2382, 2182, '_elementor_edit_mode', 'builder'),
(2383, 2182, '_elementor_template_type', 'wp-page'),
(2384, 2182, '_elementor_version', '3.7.6'),
(2385, 2149, '_wp_page_template', 'default'),
(2386, 2149, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2387, 2183, '_elementor_edit_mode', 'builder'),
(2388, 2183, '_elementor_template_type', 'wp-page'),
(2389, 2183, '_elementor_version', '3.7.6'),
(2390, 2183, '_wp_page_template', 'default'),
(2391, 2183, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2392, 2149, '_elementor_page_assets', 'a:0:{}'),
(2393, 2184, '_edit_lock', '1663857360:1'),
(2394, 2184, '_edit_last', '1'),
(2395, 2184, 'is_it_invisible_breadcrumb', '0'),
(2396, 2184, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2397, 2184, 'breadcrumb_background_image', ''),
(2398, 2184, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2399, 2184, 'hide_breadcrumb_background_image', '0'),
(2400, 2184, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2401, 2184, 'is_enable_sec_logo', '0'),
(2402, 2184, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2403, 2184, 'header_style', 'header-style-1'),
(2404, 2184, '_header_style', 'field_5ee5b7e62edef'),
(2405, 2184, 'footer_style', 'footer-style-1'),
(2406, 2184, '_footer_style', 'field_5efb0ded987fe'),
(2407, 2184, 'visapass_footer_bg', ''),
(2408, 2184, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2409, 2184, 'visapass_footer_bg_color', ''),
(2410, 2184, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2411, 2185, 'is_it_invisible_breadcrumb', '0'),
(2412, 2185, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2413, 2185, 'breadcrumb_background_image', ''),
(2414, 2185, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2415, 2185, 'hide_breadcrumb_background_image', '1'),
(2416, 2185, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2417, 2185, 'is_enable_sec_logo', '0'),
(2418, 2185, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2419, 2185, 'header_style', 'header-style-1'),
(2420, 2185, '_header_style', 'field_5ee5b7e62edef'),
(2421, 2185, 'footer_style', 'footer-style-1'),
(2422, 2185, '_footer_style', 'field_5efb0ded987fe'),
(2423, 2185, 'visapass_footer_bg', ''),
(2424, 2185, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2425, 2185, 'visapass_footer_bg_color', ''),
(2426, 2185, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2427, 2184, '_elementor_edit_mode', 'builder'),
(2428, 2184, '_elementor_template_type', 'wp-page'),
(2429, 2184, '_elementor_version', '3.7.6'),
(2430, 2186, '_elementor_edit_mode', 'builder'),
(2431, 2186, '_elementor_template_type', 'wp-page'),
(2432, 2186, '_elementor_version', '3.7.6'),
(2433, 2187, '_elementor_edit_mode', 'builder'),
(2434, 2187, '_elementor_template_type', 'wp-page'),
(2435, 2187, '_elementor_version', '3.7.6'),
(2436, 2184, '_wp_page_template', 'default'),
(2437, 2184, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2438, 2188, '_elementor_edit_mode', 'builder'),
(2439, 2188, '_elementor_template_type', 'wp-page'),
(2440, 2188, '_elementor_version', '3.7.6'),
(2441, 2188, '_wp_page_template', 'default'),
(2442, 2188, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2443, 2184, '_elementor_page_assets', 'a:0:{}'),
(2445, 2189, '_edit_lock', '1663836407:1'),
(2446, 2189, '_edit_last', '1'),
(2447, 2189, 'is_it_invisible_breadcrumb', '0'),
(2448, 2189, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2449, 2189, 'breadcrumb_background_image', ''),
(2450, 2189, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2451, 2189, 'hide_breadcrumb_background_image', '0'),
(2452, 2189, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2453, 2189, 'is_enable_sec_logo', '0'),
(2454, 2189, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2455, 2189, 'header_style', 'header-style-1'),
(2456, 2189, '_header_style', 'field_5ee5b7e62edef'),
(2457, 2189, 'footer_style', 'footer-style-1'),
(2458, 2189, '_footer_style', 'field_5efb0ded987fe'),
(2459, 2189, 'visapass_footer_bg', ''),
(2460, 2189, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2461, 2189, 'visapass_footer_bg_color', ''),
(2462, 2189, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2463, 2190, 'is_it_invisible_breadcrumb', '0'),
(2464, 2190, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2465, 2190, 'breadcrumb_background_image', ''),
(2466, 2190, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2467, 2190, 'hide_breadcrumb_background_image', '1'),
(2468, 2190, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2469, 2190, 'is_enable_sec_logo', '0'),
(2470, 2190, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2471, 2190, 'header_style', 'header-style-1'),
(2472, 2190, '_header_style', 'field_5ee5b7e62edef'),
(2473, 2190, 'footer_style', 'footer-style-1'),
(2474, 2190, '_footer_style', 'field_5efb0ded987fe'),
(2475, 2190, 'visapass_footer_bg', ''),
(2476, 2190, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2477, 2190, 'visapass_footer_bg_color', ''),
(2478, 2190, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2479, 2189, '_elementor_edit_mode', 'builder'),
(2480, 2189, '_elementor_template_type', 'wp-page'),
(2481, 2189, '_elementor_version', '3.7.6'),
(2482, 2191, '_wp_attached_file', '2022/09/HEXAGONAL-V-BELT-.jpg'),
(2483, 2191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:641;s:6:\"height\";i:1184;s:4:\"file\";s:29:\"2022/09/HEXAGONAL-V-BELT-.jpg\";s:8:\"filesize\";i:146486;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"HEXAGONAL-V-BELT--162x300.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15252;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"HEXAGONAL-V-BELT--554x1024.jpg\";s:5:\"width\";i:554;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"HEXAGONAL-V-BELT--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8695;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:29:\"HEXAGONAL-V-BELT--641x600.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46945;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:29:\"HEXAGONAL-V-BELT--500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20840;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:29:\"HEXAGONAL-V-BELT--641x544.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41324;}s:24:\"elementor_custom_300x550\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:550;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:{}}}'),
(2484, 2192, '_elementor_edit_mode', 'builder'),
(2485, 2192, '_elementor_template_type', 'wp-page'),
(2486, 2192, '_elementor_version', '3.7.6'),
(2487, 2192, '_wp_page_template', 'default'),
(2488, 2192, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2489, 2192, '_elementor_page_assets', 'a:0:{}'),
(2491, 2193, '_elementor_edit_mode', 'builder'),
(2492, 2193, '_elementor_template_type', 'wp-page'),
(2493, 2193, '_elementor_version', '3.7.6'),
(2494, 2193, '_wp_page_template', 'default'),
(2495, 2193, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2496, 2193, '_elementor_page_assets', 'a:0:{}'),
(2498, 2194, '_elementor_edit_mode', 'builder'),
(2499, 2194, '_elementor_template_type', 'wp-page'),
(2500, 2194, '_elementor_version', '3.7.6'),
(2501, 2194, '_wp_page_template', 'default'),
(2502, 2194, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2503, 2194, '_elementor_page_assets', 'a:0:{}'),
(2505, 2195, '_elementor_edit_mode', 'builder'),
(2506, 2195, '_elementor_template_type', 'wp-page'),
(2507, 2195, '_elementor_version', '3.7.6'),
(2508, 2196, '_elementor_edit_mode', 'builder'),
(2509, 2196, '_elementor_template_type', 'wp-page'),
(2510, 2196, '_elementor_version', '3.7.6'),
(2511, 2189, '_wp_page_template', 'default'),
(2512, 2189, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Fractional-Horse-Power-FHP-Belts.jpg\",\"id\":2202,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2513, 2197, '_elementor_edit_mode', 'builder'),
(2514, 2197, '_elementor_template_type', 'wp-page'),
(2515, 2197, '_elementor_version', '3.7.6'),
(2516, 2197, '_wp_page_template', 'default'),
(2517, 2197, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2518, 2189, '_elementor_page_assets', 'a:0:{}'),
(2520, 2198, '_elementor_edit_mode', 'builder'),
(2521, 2198, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2522, 2198, '_elementor_version', '3.7.6'),
(2523, 2198, '_wp_page_template', 'default'),
(2524, 2198, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2525, 2198, '_elementor_page_assets', 'a:0:{}'),
(2527, 2198, 'is_it_invisible_breadcrumb', '0'),
(2528, 2198, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2529, 2198, 'breadcrumb_background_image', ''),
(2530, 2198, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2531, 2198, 'hide_breadcrumb_background_image', '1'),
(2532, 2198, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2533, 2198, 'is_enable_sec_logo', '0'),
(2534, 2198, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2535, 2198, 'header_style', 'header-style-1'),
(2536, 2198, '_header_style', 'field_5ee5b7e62edef'),
(2537, 2198, 'footer_style', 'footer-style-1'),
(2538, 2198, '_footer_style', 'field_5efb0ded987fe'),
(2539, 2198, 'visapass_footer_bg', ''),
(2540, 2198, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2541, 2198, 'visapass_footer_bg_color', ''),
(2542, 2198, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2543, 2199, '_elementor_edit_mode', 'builder'),
(2544, 2199, '_elementor_template_type', 'wp-page'),
(2545, 2199, '_elementor_version', '3.7.6'),
(2546, 2199, '_wp_page_template', 'default'),
(2547, 2199, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2548, 2199, '_elementor_page_assets', 'a:0:{}'),
(2550, 2200, '_edit_lock', '1663857284:1'),
(2551, 2200, '_edit_last', '1'),
(2552, 2200, 'is_it_invisible_breadcrumb', '0'),
(2553, 2200, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2554, 2200, 'breadcrumb_background_image', ''),
(2555, 2200, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2556, 2200, 'hide_breadcrumb_background_image', '0'),
(2557, 2200, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2558, 2200, 'is_enable_sec_logo', '0'),
(2559, 2200, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2560, 2200, 'header_style', 'header-style-1'),
(2561, 2200, '_header_style', 'field_5ee5b7e62edef'),
(2562, 2200, 'footer_style', 'footer-style-1'),
(2563, 2200, '_footer_style', 'field_5efb0ded987fe'),
(2564, 2200, 'visapass_footer_bg', ''),
(2565, 2200, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2566, 2200, 'visapass_footer_bg_color', ''),
(2567, 2200, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2568, 2201, 'is_it_invisible_breadcrumb', '0'),
(2569, 2201, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2570, 2201, 'breadcrumb_background_image', ''),
(2571, 2201, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2572, 2201, 'hide_breadcrumb_background_image', '1'),
(2573, 2201, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2574, 2201, 'is_enable_sec_logo', '0'),
(2575, 2201, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2576, 2201, 'header_style', 'header-style-1'),
(2577, 2201, '_header_style', 'field_5ee5b7e62edef'),
(2578, 2201, 'footer_style', 'footer-style-1'),
(2579, 2201, '_footer_style', 'field_5efb0ded987fe'),
(2580, 2201, 'visapass_footer_bg', ''),
(2581, 2201, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2582, 2201, 'visapass_footer_bg_color', ''),
(2583, 2201, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2584, 2200, '_elementor_edit_mode', 'builder'),
(2585, 2200, '_elementor_template_type', 'wp-page'),
(2586, 2200, '_elementor_version', '3.7.6'),
(2587, 2202, '_wp_attached_file', '2022/09/Fractional-Horse-Power-FHP-Belts.jpg'),
(2588, 2202, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:641;s:6:\"height\";i:557;s:4:\"file\";s:44:\"2022/09/Fractional-Horse-Power-FHP-Belts.jpg\";s:8:\"filesize\";i:60256;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Fractional-Horse-Power-FHP-Belts-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17447;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Fractional-Horse-Power-FHP-Belts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9057;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:44:\"Fractional-Horse-Power-FHP-Belts-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28744;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:44:\"Fractional-Horse-Power-FHP-Belts-641x544.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42594;}s:24:\"elementor_custom_300x550\";a:4:{s:4:\"file\";s:96:\"elementor/thumbs/Fractional-Horse-Power-FHP-Belts-puzqa9slaun4h1spjxsfo4q5y9dz0mj5c5wdn4uf7g.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:550;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:{}}}'),
(2589, 2203, '_elementor_edit_mode', 'builder'),
(2590, 2203, '_elementor_template_type', 'wp-page'),
(2591, 2203, '_elementor_version', '3.7.6'),
(2592, 2203, '_wp_page_template', 'default'),
(2593, 2203, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2594, 2203, '_elementor_page_assets', 'a:0:{}'),
(2596, 2204, '_elementor_edit_mode', 'builder'),
(2597, 2204, '_elementor_template_type', 'wp-page'),
(2598, 2204, '_elementor_version', '3.7.6'),
(2599, 2204, '_wp_page_template', 'default'),
(2600, 2204, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2601, 2204, '_elementor_page_assets', 'a:0:{}'),
(2603, 2205, '_elementor_edit_mode', 'builder'),
(2604, 2205, '_elementor_template_type', 'wp-page'),
(2605, 2205, '_elementor_version', '3.7.6'),
(2606, 2205, '_wp_page_template', 'default'),
(2607, 2205, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Fractional-Horse-Power-FHP-Belts.jpg\",\"id\":2202,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2608, 2205, '_elementor_page_assets', 'a:0:{}'),
(2610, 2206, '_wp_attached_file', '2022/09/Hervester-Belts.jpg'),
(2611, 2206, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:641;s:6:\"height\";i:1184;s:4:\"file\";s:27:\"2022/09/Hervester-Belts.jpg\";s:8:\"filesize\";i:170970;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Hervester-Belts-162x300.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17124;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Hervester-Belts-554x1024.jpg\";s:5:\"width\";i:554;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Hervester-Belts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9156;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:27:\"Hervester-Belts-641x600.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55326;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:27:\"Hervester-Belts-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27793;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:27:\"Hervester-Belts-641x544.jpg\";s:5:\"width\";i:641;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52698;}s:24:\"elementor_custom_300x550\";a:4:{s:4:\"file\";s:79:\"elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:550;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:{}}}'),
(2612, 2207, '_elementor_edit_mode', 'builder'),
(2613, 2207, '_elementor_template_type', 'wp-page'),
(2614, 2207, '_elementor_version', '3.7.6'),
(2615, 2208, '_elementor_edit_mode', 'builder'),
(2616, 2208, '_elementor_template_type', 'wp-page'),
(2617, 2208, '_elementor_version', '3.7.6'),
(2618, 2200, '_wp_page_template', 'default'),
(2619, 2200, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa558db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"751eb77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2620, 2209, '_elementor_edit_mode', 'builder'),
(2621, 2209, '_elementor_template_type', 'wp-page'),
(2622, 2209, '_elementor_version', '3.7.6'),
(2623, 2209, '_wp_page_template', 'default'),
(2624, 2209, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2625, 2200, '_elementor_page_assets', 'a:0:{}'),
(2627, 2210, '_elementor_edit_mode', 'builder'),
(2628, 2210, '_elementor_template_type', 'wp-page'),
(2629, 2210, '_elementor_version', '3.7.6'),
(2630, 2210, '_wp_page_template', 'default'),
(2631, 2210, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2632, 2210, '_elementor_page_assets', 'a:0:{}'),
(2634, 2211, '_elementor_edit_mode', 'builder'),
(2635, 2211, '_elementor_template_type', 'wp-page'),
(2636, 2211, '_elementor_version', '3.7.6'),
(2637, 2211, '_wp_page_template', 'default'),
(2638, 2211, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2639, 2211, '_elementor_page_assets', 'a:0:{}'),
(2641, 2212, '_elementor_edit_mode', 'builder'),
(2642, 2212, '_elementor_template_type', 'wp-page'),
(2643, 2212, '_elementor_version', '3.7.6'),
(2644, 2212, '_wp_page_template', 'default'),
(2645, 2212, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2646, 2212, '_elementor_page_assets', 'a:0:{}'),
(2649, 2213, '_elementor_edit_mode', 'builder'),
(2650, 2213, '_elementor_template_type', 'wp-page'),
(2651, 2213, '_elementor_version', '3.7.6'),
(2652, 2213, '_wp_page_template', 'default'),
(2653, 2213, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2654, 2213, '_elementor_page_assets', 'a:0:{}'),
(2655, 2214, '_elementor_edit_mode', 'builder'),
(2656, 2214, '_elementor_template_type', 'wp-page'),
(2657, 2214, '_elementor_version', '3.7.6'),
(2658, 2214, '_wp_page_template', 'default'),
(2659, 2214, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2660, 2214, '_elementor_page_assets', 'a:0:{}'),
(2661, 2215, '_elementor_edit_mode', 'builder'),
(2662, 2215, '_elementor_template_type', 'wp-page'),
(2663, 2215, '_elementor_version', '3.7.6'),
(2664, 2215, '_wp_page_template', 'default'),
(2665, 2215, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2666, 2215, '_elementor_page_assets', 'a:0:{}'),
(2667, 2216, '_menu_item_type', 'post_type'),
(2668, 2216, '_menu_item_menu_item_parent', '2147'),
(2669, 2216, '_menu_item_object_id', '2200'),
(2670, 2216, '_menu_item_object', 'page'),
(2671, 2216, '_menu_item_target', ''),
(2672, 2216, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2673, 2216, '_menu_item_xfn', ''),
(2674, 2216, '_menu_item_url', ''),
(2676, 2217, '_menu_item_type', 'post_type'),
(2677, 2217, '_menu_item_menu_item_parent', '2147'),
(2678, 2217, '_menu_item_object_id', '2189'),
(2679, 2217, '_menu_item_object', 'page'),
(2680, 2217, '_menu_item_target', ''),
(2681, 2217, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2682, 2217, '_menu_item_xfn', ''),
(2683, 2217, '_menu_item_url', ''),
(2685, 2218, '_menu_item_type', 'post_type'),
(2686, 2218, '_menu_item_menu_item_parent', '2147'),
(2687, 2218, '_menu_item_object_id', '2184'),
(2688, 2218, '_menu_item_object', 'page'),
(2689, 2218, '_menu_item_target', ''),
(2690, 2218, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2691, 2218, '_menu_item_xfn', ''),
(2692, 2218, '_menu_item_url', ''),
(2694, 2219, '_menu_item_type', 'post_type'),
(2695, 2219, '_menu_item_menu_item_parent', '2147'),
(2696, 2219, '_menu_item_object_id', '2149'),
(2697, 2219, '_menu_item_object', 'page'),
(2698, 2219, '_menu_item_target', ''),
(2699, 2219, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2700, 2219, '_menu_item_xfn', ''),
(2701, 2219, '_menu_item_url', ''),
(2703, 2220, '_menu_item_type', 'post_type'),
(2704, 2220, '_menu_item_menu_item_parent', '0'),
(2705, 2220, '_menu_item_object_id', '506'),
(2706, 2220, '_menu_item_object', 'page'),
(2707, 2220, '_menu_item_target', ''),
(2708, 2220, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2709, 2220, '_menu_item_xfn', ''),
(2710, 2220, '_menu_item_url', ''),
(2713, 2, '_edit_last', '1'),
(2714, 2, '_edit_lock', '1663832431:1'),
(2715, 2, 'is_it_invisible_breadcrumb', '0'),
(2716, 2, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2717, 2, 'breadcrumb_background_image', ''),
(2718, 2, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2719, 2, 'hide_breadcrumb_background_image', '0'),
(2720, 2, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2721, 2, 'is_enable_sec_logo', '0'),
(2722, 2, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2723, 2, 'header_style', 'header-style-1'),
(2724, 2, '_header_style', 'field_5ee5b7e62edef'),
(2725, 2, 'footer_style', 'footer-style-1'),
(2726, 2, '_footer_style', 'field_5efb0ded987fe'),
(2727, 2, 'visapass_footer_bg', ''),
(2728, 2, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2729, 2, 'visapass_footer_bg_color', ''),
(2730, 2, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2731, 2223, 'is_it_invisible_breadcrumb', '0'),
(2732, 2223, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2733, 2223, 'breadcrumb_background_image', ''),
(2734, 2223, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(2735, 2223, 'hide_breadcrumb_background_image', '1'),
(2736, 2223, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(2737, 2223, 'is_enable_sec_logo', '0'),
(2738, 2223, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2739, 2223, 'header_style', 'header-style-1'),
(2740, 2223, '_header_style', 'field_5ee5b7e62edef'),
(2741, 2223, 'footer_style', 'footer-style-1'),
(2742, 2223, '_footer_style', 'field_5efb0ded987fe'),
(2743, 2223, 'visapass_footer_bg', ''),
(2744, 2223, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2745, 2223, 'visapass_footer_bg_color', ''),
(2746, 2223, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2747, 2224, '_menu_item_type', 'post_type'),
(2748, 2224, '_menu_item_menu_item_parent', '0'),
(2749, 2224, '_menu_item_object_id', '2'),
(2750, 2224, '_menu_item_object', 'page'),
(2751, 2224, '_menu_item_target', ''),
(2752, 2224, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2753, 2224, '_menu_item_xfn', ''),
(2754, 2224, '_menu_item_url', ''),
(2759, 506, '_edit_last', '1'),
(2760, 2225, '_wp_page_template', 'elementor_header_footer'),
(2761, 2225, '_elementor_edit_mode', 'builder'),
(2762, 2225, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2763, 2225, '_elementor_data', '[{\"id\":\"368b562\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686adba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db4abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>25+<\\/span> Years of Your Trust and Recommendation \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"About visapass \",\"description\":\"For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2.jpg\",\"id\":258,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2-1.jpg\",\"id\":259,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bbd4995\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4cb2dbb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5cf7561\",\"selected_icon\":{\"value\":\" flaticon-fair-trade\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Trusted by Millions\",\"description\":\"Most trusted & recommended by millions of students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-trophy-alt\",\"library\":\"bdevs-element-icons\"},\"title\":\"Awards Winner\",\"description\":\"Most trusted & recommended by millions of students\",\"_id\":\"0810820\"}],\"about_badge_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/seal.png\",\"id\":263,\"alt\":\"\",\"source\":\"library\"},\"about_badget_title\":\"ISO Certified\",\"about_badget_year\":\"1990-2000\",\"button_text\":\"\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Visapass Carries 25+ Year\'s<br>\\nAwesome History \",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58dae89\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"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\":\"1c61577\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac8a615\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"Subtitle here\",\"extra_title\":\"bdevs Extra Title\",\"tabs\":[{\"title\":\"1990 - 1995\",\"_id\":\"3a9bc0d\",\"template\":\"1353\"},{\"title\":\"1996 - 2000\",\"_id\":\"fe22599\",\"template\":\"1353\"},{\"title\":\"2001 - 2005\",\"template\":\"1353\",\"_id\":\"8a6c35d\"},{\"title\":\"2006 - 2010\",\"template\":\"1353\",\"_id\":\"76647d7\"},{\"title\":\"2011 - 2020\",\"template\":\"1353\",\"_id\":\"8fd097f\"}]},\"elements\":[],\"widgetType\":\"about_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2ae25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abfact.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"155\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53271c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b63c57\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3225058\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"185032d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6afc7\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_8\",\"title\":\"We Journey The Global Business to Ensuring The Guarantee\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Missions \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=pNje3bWz7V8\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c87e5a7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4e6ab01\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c8e9fb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8db05d6\"}],\"button_text\":\"See Packages\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\" Download Brochure\",\"button_link2\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_icon_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f7af4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5680979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4371f16\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68d7488\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3759d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9795036\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"86587fd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"779e4e9\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a7626c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4acc153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13c9da0\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fcb7d7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96befbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85707ff\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fddd3f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5b3f2c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94189e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb4b2a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d5e8bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e36265\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2764, 2225, '_elementor_page_assets', 'a:0:{}'),
(2765, 2225, '_elementor_version', '3.7.6'),
(2766, 2225, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2768, 1385, '_edit_last', '1'),
(2769, 2226, '_wp_page_template', 'elementor_header_footer'),
(2770, 2226, '_elementor_edit_mode', 'builder'),
(2771, 2226, '_elementor_template_type', 'wp-page'),
(2772, 2226, '_elementor_version', '3.4.6'),
(2773, 2226, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d5a734c\",\"elType\":\"widget\",\"settings\":{\"address\":\"dhaka,bangladesh\",\"height\":{\"unit\":\"px\",\"size\":775,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":923,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-315,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\"},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"New York Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+1980589360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Washington Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7841 Budapast, Harry, WT<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+2 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"b66911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59f935a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Chicago Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+3 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"856ca58\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"53\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0d0261e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"463c4aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(2774, 2226, '_elementor_page_assets', 'a:0:{}'),
(2775, 2226, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2776, 1385, '_edit_lock', '1722684181:1'),
(2777, 2227, '_wp_page_template', 'elementor_header_footer'),
(2778, 2227, '_elementor_edit_mode', 'builder'),
(2779, 2227, '_elementor_template_type', 'wp-page'),
(2780, 2227, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(2781, 2227, '_elementor_page_assets', 'a:0:{}'),
(2782, 2227, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2783, 2227, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2785, 219, '_edit_last', '1'),
(2786, 2228, '_wp_page_template', 'elementor_header_footer'),
(2787, 2228, '_elementor_edit_mode', 'builder'),
(2788, 2228, '_elementor_template_type', 'wp-page'),
(2789, 2228, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(2790, 2228, '_elementor_page_assets', 'a:0:{}'),
(2791, 2228, '_elementor_version', '3.7.6'),
(2792, 2228, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2794, 2228, 'is_it_invisible_breadcrumb', '1'),
(2795, 2228, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(2796, 2228, 'is_enable_sec_logo', '0'),
(2797, 2228, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(2798, 2228, 'header_style', 'header-style-1'),
(2799, 2228, '_header_style', 'field_5ee5b7e62edef'),
(2800, 2228, 'footer_style', 'footer-style-1'),
(2801, 2228, '_footer_style', 'field_5efb0ded987fe'),
(2802, 2228, 'visapass_footer_bg', ''),
(2803, 2228, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(2804, 2228, 'visapass_footer_bg_color', ''),
(2805, 2228, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(2806, 2229, '_wp_attached_file', '2022/09/process.jpg'),
(2807, 2229, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:356;s:6:\"height\";i:356;s:4:\"file\";s:19:\"2022/09/process.jpg\";s:8:\"filesize\";i:31185;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"process-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7372;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"process-356x350.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2808, 2230, '_wp_page_template', 'elementor_header_footer'),
(2809, 2230, '_elementor_edit_mode', 'builder'),
(2810, 2230, '_elementor_template_type', 'wp-page'),
(2811, 2230, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(2812, 2230, '_elementor_page_assets', 'a:0:{}'),
(2813, 2230, '_elementor_version', '3.7.6'),
(2814, 2230, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2816, 2231, '_wp_page_template', 'elementor_header_footer'),
(2817, 2231, '_elementor_edit_mode', 'builder'),
(2818, 2231, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2819, 2231, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-2-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(2820, 2231, '_elementor_page_assets', 'a:0:{}'),
(2821, 2231, '_elementor_version', '3.7.6'),
(2822, 2231, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2824, 2232, '_wp_page_template', 'elementor_header_footer'),
(2825, 2232, '_elementor_edit_mode', 'builder'),
(2826, 2232, '_elementor_template_type', 'wp-page'),
(2827, 2232, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/process.jpg\",\"id\":2229,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2828, 2232, '_elementor_page_assets', 'a:0:{}'),
(2829, 2232, '_elementor_version', '3.7.6'),
(2830, 2232, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2833, 2233, '_wp_page_template', 'elementor_header_footer'),
(2834, 2233, '_elementor_edit_mode', 'builder'),
(2835, 2233, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2836, 2233, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/process.jpg\",\"id\":2229,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2837, 2233, '_elementor_page_assets', 'a:0:{}'),
(2838, 2233, '_elementor_version', '3.7.6'),
(2839, 2233, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2841, 2234, '_wp_page_template', 'elementor_header_footer'),
(2842, 2234, '_elementor_edit_mode', 'builder'),
(2843, 2234, '_elementor_template_type', 'wp-page'),
(2844, 2234, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/process.jpg\",\"id\":2229,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2845, 2234, '_elementor_page_assets', 'a:0:{}'),
(2846, 2234, '_elementor_version', '3.7.6'),
(2847, 2234, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2849, 2235, '_wp_page_template', 'elementor_header_footer'),
(2850, 2235, '_elementor_edit_mode', 'builder'),
(2851, 2235, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2852, 2235, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/process.jpg\",\"id\":2229,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2853, 2235, '_elementor_page_assets', 'a:0:{}'),
(2854, 2235, '_elementor_version', '3.7.6'),
(2855, 2235, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2857, 2, '_elementor_edit_mode', 'builder'),
(2858, 2, '_elementor_template_type', 'wp-page'),
(2859, 2, '_elementor_version', '3.7.6'),
(2860, 2236, '_wp_attached_file', '2022/09/our-presence.jpg'),
(2861, 2236, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:729;s:4:\"file\";s:24:\"2022/09/our-presence.jpg\";s:8:\"filesize\";i:111505;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"our-presence-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"our-presence-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7441;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"our-presence-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41448;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:24:\"our-presence-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42701;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:24:\"our-presence-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22907;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:24:\"our-presence-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2862, 2237, '_wp_page_template', 'default'),
(2863, 2237, '_elementor_edit_mode', 'builder'),
(2864, 2237, '_elementor_template_type', 'wp-page'),
(2865, 2237, '_elementor_version', '3.7.6'),
(2866, 2238, '_wp_page_template', 'default'),
(2867, 2238, '_elementor_edit_mode', 'builder'),
(2868, 2238, '_elementor_template_type', 'wp-page'),
(2869, 2238, '_elementor_version', '3.7.6'),
(2870, 2, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2871, 2239, '_wp_page_template', 'default'),
(2872, 2239, '_elementor_edit_mode', 'builder'),
(2873, 2239, '_elementor_template_type', 'wp-page'),
(2874, 2239, '_elementor_version', '3.7.6'),
(2875, 2239, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2876, 2, '_elementor_page_assets', 'a:0:{}'),
(2877, 2240, '_wp_page_template', 'default'),
(2878, 2240, '_elementor_edit_mode', 'builder'),
(2879, 2240, '_elementor_template_type', 'wp-page'),
(2880, 2240, '_elementor_version', '3.7.6'),
(2881, 2240, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2882, 2240, '_elementor_page_assets', 'a:0:{}'),
(2883, 2241, '_wp_page_template', 'default'),
(2884, 2241, '_elementor_edit_mode', 'builder'),
(2885, 2241, '_elementor_template_type', 'wp-page'),
(2886, 2241, '_elementor_version', '3.7.6'),
(2887, 2241, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2888, 2241, '_elementor_page_assets', 'a:0:{}'),
(2889, 2242, '_wp_page_template', 'default'),
(2890, 2242, '_elementor_edit_mode', 'builder'),
(2891, 2242, '_elementor_template_type', 'wp-page'),
(2892, 2242, '_elementor_version', '3.7.6'),
(2893, 2242, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2894, 2242, '_elementor_page_assets', 'a:0:{}'),
(2895, 2243, '_wp_page_template', 'default'),
(2896, 2243, '_elementor_edit_mode', 'builder'),
(2897, 2243, '_elementor_template_type', 'wp-page'),
(2898, 2243, '_elementor_version', '3.7.6'),
(2899, 2243, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2900, 2243, '_elementor_page_assets', 'a:0:{}'),
(2901, 2244, '_wp_page_template', 'default'),
(2902, 2244, '_elementor_edit_mode', 'builder'),
(2903, 2244, '_elementor_template_type', 'wp-page'),
(2904, 2244, '_elementor_version', '3.7.6'),
(2905, 2244, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2906, 2244, '_elementor_page_assets', 'a:0:{}'),
(2907, 2245, '_wp_page_template', 'default'),
(2908, 2245, '_elementor_edit_mode', 'builder'),
(2909, 2245, '_elementor_template_type', 'wp-page'),
(2910, 2245, '_elementor_version', '3.7.6'),
(2911, 2245, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2912, 2245, '_elementor_page_assets', 'a:0:{}'),
(2913, 2246, '_wp_attached_file', '2022/09/thermal-power.jpg'),
(2914, 2246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:620;s:6:\"height\";i:464;s:4:\"file\";s:25:\"2022/09/thermal-power.jpg\";s:8:\"filesize\";i:57092;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"thermal-power-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"thermal-power-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6578;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:25:\"thermal-power-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38307;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2915, 2247, '_wp_page_template', 'elementor_header_footer'),
(2916, 2247, '_elementor_edit_mode', 'builder'),
(2917, 2247, '_elementor_template_type', 'wp-page'),
(2918, 2247, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/process.jpg\",\"id\":2229,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2919, 2247, '_elementor_page_assets', 'a:0:{}'),
(2920, 2247, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2921, 2247, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2922, 2248, '_wp_page_template', 'elementor_header_footer'),
(2923, 2248, '_elementor_edit_mode', 'builder'),
(2924, 2248, '_elementor_template_type', 'wp-page'),
(2925, 2248, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about-1-1.png\",\"id\":868,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/process.jpg\",\"id\":2229,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2926, 2248, '_elementor_page_assets', 'a:0:{}'),
(2927, 2248, '_elementor_version', '3.7.6'),
(2928, 2248, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2929, 2249, '_wp_page_template', 'elementor_header_footer'),
(2930, 2249, '_elementor_edit_mode', 'builder'),
(2931, 2249, '_elementor_template_type', 'wp-page'),
(2932, 2249, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2933, 2249, '_elementor_page_assets', 'a:0:{}'),
(2934, 2249, '_elementor_version', '3.7.6'),
(2935, 2249, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2937, 2250, '_wp_page_template', 'elementor_header_footer'),
(2938, 2250, '_elementor_edit_mode', 'builder'),
(2939, 2250, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2940, 2250, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2941, 2250, '_elementor_page_assets', 'a:0:{}'),
(2942, 2250, '_elementor_version', '3.7.6'),
(2943, 2250, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2945, 2251, '_wp_page_template', 'elementor_header_footer'),
(2946, 2251, '_elementor_edit_mode', 'builder'),
(2947, 2251, '_elementor_template_type', 'wp-page'),
(2948, 2251, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2949, 2251, '_elementor_page_assets', 'a:0:{}'),
(2950, 2251, '_elementor_version', '3.7.6'),
(2951, 2251, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2953, 2252, '_wp_page_template', 'elementor_header_footer'),
(2954, 2252, '_elementor_edit_mode', 'builder'),
(2955, 2252, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2956, 2252, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#007B32\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\",\"content_background_background\":\"classic\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2957, 2252, '_elementor_page_assets', 'a:0:{}'),
(2958, 2252, '_elementor_version', '3.7.6'),
(2959, 2252, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2961, 2253, '_wp_page_template', 'elementor_header_footer'),
(2962, 2253, '_elementor_edit_mode', 'builder'),
(2963, 2253, '_elementor_template_type', 'wp-page'),
(2964, 2253, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#007B32\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\",\"content_background_background\":\"classic\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2965, 2253, '_elementor_page_assets', 'a:0:{}'),
(2966, 2253, '_elementor_version', '3.7.6'),
(2967, 2253, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2968, 2254, '_wp_page_template', 'elementor_header_footer'),
(2969, 2254, '_elementor_edit_mode', 'builder'),
(2970, 2254, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2971, 2254, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b41af8a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#007B32\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[{\"id\":\"2c16207\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d96900\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_3\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Talk To Advisor For Credit Transfer\",\"desccription\":\"By dealing with data, select tools that help you automate time-consuming processes.\",\"contact_info_title\":\" Call for help\",\"contact_info_number\":\"+1 878 298 023\",\"contact_info_number_link\":\"1878298023\",\"items_list\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"7c26a38\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"db9c575\"}],\"button_text\":\"Button Text\",\"content_background_background\":\"classic\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"cta\"}],\"isInner\":false}],\"isInner\":false}]'),
(2972, 2254, '_elementor_page_assets', 'a:0:{}'),
(2973, 2254, '_elementor_version', '3.7.6'),
(2974, 2254, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2975, 2255, '_wp_page_template', 'elementor_header_footer'),
(2976, 2255, '_elementor_edit_mode', 'builder'),
(2977, 2255, '_elementor_template_type', 'wp-page'),
(2978, 2255, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(2979, 2255, '_elementor_page_assets', 'a:0:{}'),
(2980, 2255, '_elementor_version', '3.7.6'),
(2981, 2255, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2982, 2256, '_wp_page_template', 'elementor_header_footer'),
(2983, 2256, '_elementor_edit_mode', 'builder'),
(2984, 2256, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2985, 2256, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(2986, 2256, '_elementor_page_assets', 'a:0:{}'),
(2987, 2256, '_elementor_version', '3.7.6'),
(2988, 2256, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2989, 2257, '_wp_page_template', 'elementor_header_footer'),
(2990, 2257, '_elementor_edit_mode', 'builder'),
(2991, 2257, '_elementor_template_type', 'wp-page'),
(2992, 2257, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b7f4fe\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"post_type\":\"bdevs-services\",\"show_post_by\":\"selected\",\"selected_list_post\":[{\"_id\":\"3ba7228\",\"title\":\"Useful VS Code\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"136\"}],\"selected_list_page\":[],\"selected_list_e-landing-page\":[],\"selected_list_bdevs-services\":[{\"_id\":\"ed91a28\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"825\",\"title\":\"Tourist & Visitor Visa\"},{\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1036\",\"_id\":\"83a941e\"},{\"_id\":\"890a208\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1038\"},{\"_id\":\"1d405b9\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\",\"post_id\":\"1040\"}],\"selected_list_bdevs-cases\":[{\"_id\":\"4e4df16\",\"list_btn_text\":\"Read More\",\"service_author_name\":\"Jon Williamson\"}],\"feature_image\":\"yes\",\"post_image_size\":\"full\",\"selected_list_product\":[],\"selected_list_courses\":[],\"selected_list_lesson\":[],\"selected_list_tutor_quiz\":[],\"selected_list_tutor_assignments\":[],\"post_id\":\"820\",\"selected_list_bdevs-countries\":[]},\"elements\":[],\"widgetType\":\"post_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(2993, 2257, '_elementor_page_assets', 'a:0:{}'),
(2994, 2257, '_elementor_version', '3.7.6'),
(2995, 2257, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(2996, 2258, '_wp_page_template', 'elementor_header_footer'),
(2997, 2258, '_elementor_edit_mode', 'builder'),
(2998, 2258, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2999, 2258, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3000, 2258, '_elementor_page_assets', 'a:0:{}'),
(3001, 2258, '_elementor_version', '3.7.6'),
(3002, 2258, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3003, 2259, '_wp_page_template', 'elementor_header_footer'),
(3004, 2259, '_elementor_edit_mode', 'builder'),
(3005, 2259, '_elementor_template_type', 'wp-page'),
(3006, 2259, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3007, 2259, '_elementor_page_assets', 'a:0:{}'),
(3008, 2259, '_elementor_version', '3.7.6'),
(3009, 2259, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3010, 2260, '_wp_page_template', 'elementor_header_footer'),
(3011, 2260, '_elementor_edit_mode', 'builder'),
(3012, 2260, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3013, 2260, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3014, 2260, '_elementor_page_assets', 'a:0:{}'),
(3015, 2260, '_elementor_version', '3.7.6'),
(3016, 2260, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3017, 2261, '_wp_page_template', 'elementor_header_footer'),
(3018, 2261, '_elementor_edit_mode', 'builder'),
(3019, 2261, '_elementor_template_type', 'wp-page'),
(3020, 2261, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3021, 2261, '_elementor_page_assets', 'a:0:{}'),
(3022, 2261, '_elementor_version', '3.7.6'),
(3023, 2261, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3028, 2263, '_elementor_edit_mode', 'builder'),
(3029, 2263, '_elementor_template_type', 'kit'),
(3031, 6, '_wp_page_template', 'default'),
(3032, 6, '_elementor_page_settings', 'a:1:{s:16:\"site_description\";s:0:\"\";}'),
(3035, 2264, '_wp_attached_file', '2022/09/product-display.png'),
(3036, 2264, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:763;s:6:\"height\";i:449;s:4:\"file\";s:27:\"2022/09/product-display.png\";s:8:\"filesize\";i:240701;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-display-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-display-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30468;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:27:\"product-display-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152387;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:27:\"product-display-700x449.png\";s:5:\"width\";i:700;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3039, 2266, '_wp_page_template', 'elementor_header_footer'),
(3040, 2266, '_elementor_edit_mode', 'builder'),
(3041, 2266, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3042, 2266, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3043, 2266, '_elementor_page_assets', 'a:0:{}'),
(3044, 2266, '_elementor_version', '3.7.6'),
(3045, 2266, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3047, 2267, '_wp_page_template', 'elementor_header_footer'),
(3048, 2267, '_elementor_edit_mode', 'builder'),
(3049, 2267, '_elementor_template_type', 'wp-page'),
(3050, 2267, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"FEATURED SERVICES\",\"title\":\"We Provide Visa & Immigration Service<br>\\nFrom Experienced Lawyers\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3051, 2267, '_elementor_page_assets', 'a:0:{}'),
(3052, 2267, '_elementor_version', '3.7.6'),
(3053, 2267, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3055, 2268, '_wp_page_template', 'elementor_header_footer'),
(3056, 2268, '_elementor_edit_mode', 'builder'),
(3057, 2268, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3058, 2268, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3059, 2268, '_elementor_page_assets', 'a:0:{}'),
(3060, 2268, '_elementor_version', '3.7.6'),
(3061, 2268, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3068, 2271, '_wp_attached_file', '2022/09/telephone.png'),
(3069, 2271, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2022/09/telephone.png\";s:8:\"filesize\";i:9480;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"telephone-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"telephone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3943;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:21:\"telephone-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3090, 2277, '_wp_attached_file', '2022/09/industry.jpeg'),
(3091, 2277, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:21:\"2022/09/industry.jpeg\";s:8:\"filesize\";i:31066;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"industry-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"industry-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3092, 2278, '_wp_attached_file', '2022/09/industry-1.jpeg'),
(3093, 2278, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2022/09/industry-1.jpeg\";s:8:\"filesize\";i:387320;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"industry-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27892;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"industry-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174099;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"industry-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"industry-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113844;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"industry-1-1536x1536.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324396;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:24:\"industry-1-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118797;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:23:\"industry-1-500x350.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45254;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:23:\"industry-1-700x544.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3094, 2279, '_wp_page_template', 'elementor_header_footer'),
(3095, 2279, '_elementor_edit_mode', 'builder'),
(3096, 2279, '_elementor_template_type', 'wp-page'),
(3097, 2279, '_elementor_data', '[{\"id\":\"368b562\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686adba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db4abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>25+<\\/span> Years of Your Trust and Recommendation \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"About visapass \",\"description\":\"For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2.jpg\",\"id\":258,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2-1.jpg\",\"id\":259,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bbd4995\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4cb2dbb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5cf7561\",\"selected_icon\":{\"value\":\" flaticon-fair-trade\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Trusted by Millions\",\"description\":\"Most trusted & recommended by millions of students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-trophy-alt\",\"library\":\"bdevs-element-icons\"},\"title\":\"Awards Winner\",\"description\":\"Most trusted & recommended by millions of students\",\"_id\":\"0810820\"}],\"about_badge_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/seal.png\",\"id\":263,\"alt\":\"\",\"source\":\"library\"},\"about_badget_title\":\"ISO Certified\",\"about_badget_year\":\"1990-2000\",\"button_text\":\"\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Visapass Carries 25+ Year\'s<br>\\nAwesome History \",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58dae89\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"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\":\"1c61577\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac8a615\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"Subtitle here\",\"extra_title\":\"bdevs Extra Title\",\"tabs\":[{\"title\":\"1990 - 1995\",\"_id\":\"3a9bc0d\",\"template\":\"1353\"},{\"title\":\"1996 - 2000\",\"_id\":\"fe22599\",\"template\":\"1353\"},{\"title\":\"2001 - 2005\",\"template\":\"1353\",\"_id\":\"8a6c35d\"},{\"title\":\"2006 - 2010\",\"template\":\"1353\",\"_id\":\"76647d7\"},{\"title\":\"2011 - 2020\",\"template\":\"1353\",\"_id\":\"8fd097f\"}]},\"elements\":[],\"widgetType\":\"about_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2ae25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abfact.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"155\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53271c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b63c57\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3225058\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"185032d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6afc7\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_8\",\"title\":\"We Journey The Global Business to Ensuring The Guarantee\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Missions \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=pNje3bWz7V8\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c87e5a7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4e6ab01\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c8e9fb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8db05d6\"}],\"button_text\":\"See Packages\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\" Download Brochure\",\"button_link2\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_icon_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f7af4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5680979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4371f16\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68d7488\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3759d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9795036\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"86587fd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"779e4e9\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a7626c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4acc153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13c9da0\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fcb7d7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96befbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85707ff\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fddd3f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5b3f2c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94189e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb4b2a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d5e8bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e36265\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(3098, 2279, '_elementor_page_assets', 'a:0:{}'),
(3099, 2279, '_elementor_version', '3.7.6'),
(3100, 2279, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3101, 2280, '_wp_page_template', 'elementor_header_footer'),
(3102, 2280, '_elementor_edit_mode', 'builder'),
(3103, 2280, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3104, 2280, '_elementor_data', '[{\"id\":\"368b562\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686adba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db4abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>25+<\\/span> Years of Your Trust and Recommendation \",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"About visapass \",\"description\":\"For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2.jpg\",\"id\":258,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/about2-1.jpg\",\"id\":259,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"bdevs video url goes here\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"bbd4995\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4cb2dbb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5cf7561\",\"selected_icon\":{\"value\":\" flaticon-fair-trade\",\"library\":\"bdevs-element-flat-icons\"},\"title\":\"Trusted by Millions\",\"description\":\"Most trusted & recommended by millions of students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fal fa-trophy-alt\",\"library\":\"bdevs-element-icons\"},\"title\":\"Awards Winner\",\"description\":\"Most trusted & recommended by millions of students\",\"_id\":\"0810820\"}],\"about_badge_thumbnail\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/seal.png\",\"id\":263,\"alt\":\"\",\"source\":\"library\"},\"about_badget_title\":\"ISO Certified\",\"about_badget_year\":\"1990-2000\",\"button_text\":\"\",\"button_text2\":\"Button Text\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Visapass Carries 25+ Year\'s<br>\\nAwesome History \",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58dae89\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"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\":\"1c61577\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac8a615\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"Subtitle here\",\"extra_title\":\"bdevs Extra Title\",\"tabs\":[{\"title\":\"1990 - 1995\",\"_id\":\"3a9bc0d\",\"template\":\"1353\"},{\"title\":\"1996 - 2000\",\"_id\":\"fe22599\",\"template\":\"1353\"},{\"title\":\"2001 - 2005\",\"template\":\"1353\",\"_id\":\"8a6c35d\"},{\"title\":\"2006 - 2010\",\"template\":\"1353\",\"_id\":\"76647d7\"},{\"title\":\"2011 - 2020\",\"template\":\"1353\",\"_id\":\"8fd097f\"}]},\"elements\":[],\"widgetType\":\"about_tab\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2ae25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abfact.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"155\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53271c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b63c57\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8fdf28a\",\"fact_text_color\":\"\",\"number\":\"25\",\"count_symbol\":\"K\",\"plus_symbol\":\"+\",\"subtitle\":\"Happy Clients & Students\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"80\",\"count_symbol\":\"\",\"plus_symbol\":\"+\",\"subtitle\":\"Countries Affiliation\",\"_id\":\"6ad7dcd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"360\",\"count_symbol\":\"\",\"plus_symbol\":\"\",\"subtitle\":\"Top University Partner\",\"_id\":\"23e2b9f\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"fact_text_color\":\"\",\"number\":\"23\",\"count_symbol\":\"k\",\"plus_symbol\":\"+\",\"subtitle\":\"Visa & Immigration\",\"_id\":\"03ac11c\"}],\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3225058\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"185032d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6afc7\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_8\",\"title\":\"We Journey The Global Business to Ensuring The Guarantee\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Missions \",\"description\":\"For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ab-m.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=pNje3bWz7V8\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c87e5a7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"4e6ab01\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c8e9fb2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"8db05d6\"}],\"button_text\":\"See Packages\",\"button_link\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text2\":\" Download Brochure\",\"button_link2\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_icon_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f7af4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5680979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4371f16\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Testimonials \",\"title\":\"What Clients Say About Us and<br>\\nOur Services \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68d7488\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"175\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3759d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9795036\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"bdevs Info Box Title\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-2.png\",\"id\":384,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"7358aa7\",\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Dana Holly Joya\",\"designation_name\":\"Student\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"86587fd\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"b8db7ac\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-3.png\",\"id\":385,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Michel Midester\",\"designation_name\":\"Traveller\",\"_id\":\"b9bf561\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/ts-1.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"},\"visa_name\":\"Switzerland Visa\",\"message\":\"Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates\",\"client_name\":\"Daniel Groveria\",\"designation_name\":\"Student\",\"_id\":\"779e4e9\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"testimonial_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a7626c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"103\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4acc153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13c9da0\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Authorized Agents \",\"title\":\"Our Agents Who are<br>\\nDedicatedly Working With Us \",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fcb7d7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96befbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85707ff\",\"elType\":\"widget\",\"settings\":{\"team_slide_url\":\"#\",\"title\":\"Heading Title\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-1.jpg\",\"id\":282,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"26fbe18\",\"title\":\"Marida Tohaman\",\"designation\":\"CEO, Visapass\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-2.jpg\",\"id\":283,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Daniel Hasmass\",\"designation\":\"Sr. Consultant\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"fabbccb\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-3.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Narayan Kamora\",\"designation\":\"Senior Lawyer\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"d91005b\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/t-4.jpg\",\"id\":285,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Marida Tohaman\",\"designation\":\"Manager\",\"slide_url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/team-details\\/\",\"show_social\":\"yes\",\"facebook_title\":\"#\",\"twitter_title\":\"#\",\"instagram_title\":\"#\",\"linkedin_title\":\"#\",\"_id\":\"f738a19\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"member_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fddd3f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5b3f2c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94189e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb4b2a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d5e8bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e36265\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(3105, 2280, '_elementor_page_assets', 'a:0:{}'),
(3106, 2280, '_elementor_version', '3.7.6'),
(3107, 2280, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3108, 2281, '_wp_page_template', 'elementor_header_footer'),
(3109, 2281, '_elementor_edit_mode', 'builder'),
(3110, 2281, '_elementor_template_type', 'wp-page'),
(3111, 2281, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3112, 2281, '_elementor_page_assets', 'a:0:{}'),
(3113, 2281, '_elementor_version', '3.7.6'),
(3114, 2281, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3116, 2282, '_wp_page_template', 'elementor_header_footer'),
(3117, 2282, '_elementor_edit_mode', 'builder'),
(3118, 2282, '_elementor_template_type', 'wp-page'),
(3119, 2282, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3120, 2282, '_elementor_page_assets', 'a:0:{}'),
(3121, 2282, '_elementor_version', '3.7.6'),
(3122, 2282, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3124, 2283, '_wp_page_template', 'elementor_header_footer'),
(3125, 2283, '_elementor_edit_mode', 'builder'),
(3126, 2283, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3127, 2283, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3128, 2283, '_elementor_page_assets', 'a:0:{}'),
(3129, 2283, '_elementor_version', '3.7.6'),
(3130, 2283, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3132, 2284, '_wp_page_template', 'elementor_header_footer'),
(3133, 2284, '_elementor_edit_mode', 'builder'),
(3134, 2284, '_elementor_template_type', 'wp-page'),
(3135, 2284, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3136, 2284, '_elementor_page_assets', 'a:0:{}'),
(3137, 2284, '_elementor_version', '3.7.6'),
(3138, 2284, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3141, 2285, '_wp_page_template', 'elementor_header_footer'),
(3142, 2285, '_elementor_edit_mode', 'builder'),
(3143, 2285, '_elementor_template_type', 'wp-page'),
(3144, 2285, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3145, 2285, '_elementor_page_assets', 'a:0:{}'),
(3146, 2285, '_elementor_version', '3.7.6'),
(3147, 2285, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3149, 2286, '_wp_page_template', 'elementor_header_footer'),
(3150, 2286, '_elementor_edit_mode', 'builder'),
(3151, 2286, '_elementor_template_type', 'wp-page'),
(3152, 2286, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3153, 2286, '_elementor_page_assets', 'a:0:{}'),
(3154, 2286, '_elementor_version', '3.7.6'),
(3155, 2286, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3157, 2287, '_wp_page_template', 'elementor_header_footer'),
(3158, 2287, '_elementor_edit_mode', 'builder'),
(3159, 2287, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3160, 2287, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3161, 2287, '_elementor_page_assets', 'a:0:{}'),
(3162, 2287, '_elementor_version', '3.7.6'),
(3163, 2287, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3166, 2288, '_elementor_edit_mode', 'builder'),
(3167, 2288, '_elementor_template_type', 'wp-page'),
(3168, 2288, '_elementor_version', '3.7.6'),
(3169, 2288, '_wp_page_template', 'default'),
(3170, 2288, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3171, 2288, '_elementor_page_assets', 'a:0:{}'),
(3173, 2289, '_elementor_edit_mode', 'builder'),
(3174, 2289, '_elementor_template_type', 'wp-page'),
(3175, 2289, '_elementor_version', '3.7.6'),
(3176, 2289, '_wp_page_template', 'default'),
(3177, 2289, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3178, 2289, '_elementor_page_assets', 'a:0:{}'),
(3180, 2289, 'is_it_invisible_breadcrumb', '0'),
(3181, 2289, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3182, 2289, 'breadcrumb_background_image', '1239'),
(3183, 2289, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3184, 2289, 'hide_breadcrumb_background_image', '1'),
(3185, 2289, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3186, 2289, 'is_enable_sec_logo', '0'),
(3187, 2289, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3188, 2289, 'header_style', 'header-style-1'),
(3189, 2289, '_header_style', 'field_5ee5b7e62edef'),
(3190, 2289, 'footer_style', 'footer-style-1'),
(3191, 2289, '_footer_style', 'field_5efb0ded987fe'),
(3192, 2289, 'visapass_footer_bg', ''),
(3193, 2289, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3194, 2289, 'visapass_footer_bg_color', ''),
(3195, 2289, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3196, 2290, '_elementor_edit_mode', 'builder'),
(3197, 2290, '_elementor_template_type', 'wp-page'),
(3198, 2290, '_elementor_version', '3.7.6'),
(3199, 2290, '_wp_page_template', 'default'),
(3200, 2290, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3201, 2290, '_elementor_page_assets', 'a:0:{}'),
(3203, 2290, 'is_it_invisible_breadcrumb', '0'),
(3204, 2290, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3205, 2290, 'breadcrumb_background_image', '1239'),
(3206, 2290, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3207, 2290, 'hide_breadcrumb_background_image', '0'),
(3208, 2290, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3209, 2290, 'is_enable_sec_logo', '0'),
(3210, 2290, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3211, 2290, 'header_style', 'header-style-1'),
(3212, 2290, '_header_style', 'field_5ee5b7e62edef'),
(3213, 2290, 'footer_style', 'footer-style-1'),
(3214, 2290, '_footer_style', 'field_5efb0ded987fe'),
(3215, 2290, 'visapass_footer_bg', ''),
(3216, 2290, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3217, 2290, 'visapass_footer_bg_color', ''),
(3218, 2290, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3219, 2291, '_elementor_edit_mode', 'builder'),
(3220, 2291, '_elementor_template_type', 'wp-page'),
(3221, 2291, '_elementor_version', '3.7.6'),
(3222, 2291, '_wp_page_template', 'default'),
(3223, 2291, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Fractional-Horse-Power-FHP-Belts.jpg\",\"id\":2202,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3224, 2291, '_elementor_page_assets', 'a:0:{}'),
(3226, 2292, '_elementor_edit_mode', 'builder'),
(3227, 2292, '_elementor_template_type', 'wp-page'),
(3228, 2292, '_elementor_version', '3.7.6'),
(3229, 2292, '_wp_page_template', 'default'),
(3230, 2292, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Fractional-Horse-Power-FHP-Belts.jpg\",\"id\":2202,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3231, 2292, '_elementor_page_assets', 'a:0:{}'),
(3233, 2292, 'is_it_invisible_breadcrumb', '0'),
(3234, 2292, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3235, 2292, 'breadcrumb_background_image', ''),
(3236, 2292, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3237, 2292, 'hide_breadcrumb_background_image', '0'),
(3238, 2292, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3239, 2292, 'is_enable_sec_logo', '0'),
(3240, 2292, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3241, 2292, 'header_style', 'header-style-1'),
(3242, 2292, '_header_style', 'field_5ee5b7e62edef'),
(3243, 2292, 'footer_style', 'footer-style-1'),
(3244, 2292, '_footer_style', 'field_5efb0ded987fe'),
(3245, 2292, 'visapass_footer_bg', ''),
(3246, 2292, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3247, 2292, 'visapass_footer_bg_color', ''),
(3248, 2292, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3249, 2293, '_elementor_edit_mode', 'builder'),
(3250, 2293, '_elementor_template_type', 'wp-page'),
(3251, 2293, '_elementor_version', '3.7.6'),
(3252, 2293, '_wp_page_template', 'default'),
(3253, 2293, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3254, 2293, '_elementor_page_assets', 'a:0:{}'),
(3256, 2294, '_elementor_edit_mode', 'builder'),
(3257, 2294, '_elementor_template_type', 'wp-page'),
(3258, 2294, '_elementor_version', '3.7.6'),
(3259, 2294, '_wp_page_template', 'default'),
(3260, 2294, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3261, 2294, '_elementor_page_assets', 'a:0:{}'),
(3263, 2294, 'is_it_invisible_breadcrumb', '0'),
(3264, 2294, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3265, 2294, 'breadcrumb_background_image', ''),
(3266, 2294, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3267, 2294, 'hide_breadcrumb_background_image', '0'),
(3268, 2294, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3269, 2294, 'is_enable_sec_logo', '0'),
(3270, 2294, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3271, 2294, 'header_style', 'header-style-1'),
(3272, 2294, '_header_style', 'field_5ee5b7e62edef'),
(3273, 2294, 'footer_style', 'footer-style-1'),
(3274, 2294, '_footer_style', 'field_5efb0ded987fe'),
(3275, 2294, 'visapass_footer_bg', ''),
(3276, 2294, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3277, 2294, 'visapass_footer_bg_color', ''),
(3278, 2294, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3279, 2295, '_elementor_edit_mode', 'builder'),
(3280, 2295, '_elementor_template_type', 'wp-page'),
(3281, 2295, '_elementor_version', '3.7.6'),
(3282, 2295, '_wp_page_template', 'default'),
(3283, 2295, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3284, 2295, '_elementor_page_assets', 'a:0:{}'),
(3286, 2296, '_elementor_edit_mode', 'builder'),
(3287, 2296, '_elementor_template_type', 'wp-page'),
(3288, 2296, '_elementor_version', '3.7.6'),
(3289, 2296, '_wp_page_template', 'default'),
(3290, 2296, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3291, 2296, '_elementor_page_assets', 'a:0:{}'),
(3293, 2296, 'is_it_invisible_breadcrumb', '0'),
(3294, 2296, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3295, 2296, 'breadcrumb_background_image', ''),
(3296, 2296, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3297, 2296, 'hide_breadcrumb_background_image', '0'),
(3298, 2296, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3299, 2296, 'is_enable_sec_logo', '0'),
(3300, 2296, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3301, 2296, 'header_style', 'header-style-1'),
(3302, 2296, '_header_style', 'field_5ee5b7e62edef'),
(3303, 2296, 'footer_style', 'footer-style-1'),
(3304, 2296, '_footer_style', 'field_5efb0ded987fe'),
(3305, 2296, 'visapass_footer_bg', ''),
(3306, 2296, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3307, 2296, 'visapass_footer_bg_color', ''),
(3308, 2296, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3309, 2297, '_elementor_edit_mode', 'builder'),
(3310, 2297, '_elementor_template_type', 'wp-page'),
(3311, 2297, '_elementor_version', '3.7.6'),
(3312, 2297, '_wp_page_template', 'default'),
(3313, 2297, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3314, 2297, '_elementor_page_assets', 'a:0:{}'),
(3316, 2298, '_elementor_edit_mode', 'builder'),
(3317, 2298, '_elementor_template_type', 'wp-page'),
(3318, 2298, '_elementor_version', '3.7.6'),
(3319, 2298, '_wp_page_template', 'default'),
(3320, 2298, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3321, 2298, '_elementor_page_assets', 'a:0:{}'),
(3323, 2298, 'is_it_invisible_breadcrumb', '0'),
(3324, 2298, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3325, 2298, 'breadcrumb_background_image', ''),
(3326, 2298, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3327, 2298, 'hide_breadcrumb_background_image', '0'),
(3328, 2298, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3329, 2298, 'is_enable_sec_logo', '0'),
(3330, 2298, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3331, 2298, 'header_style', 'header-style-1'),
(3332, 2298, '_header_style', 'field_5ee5b7e62edef'),
(3333, 2298, 'footer_style', 'footer-style-1'),
(3334, 2298, '_footer_style', 'field_5efb0ded987fe'),
(3335, 2298, 'visapass_footer_bg', ''),
(3336, 2298, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3337, 2298, 'visapass_footer_bg_color', ''),
(3338, 2298, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3339, 2299, '_wp_page_template', 'elementor_header_footer'),
(3340, 2299, '_elementor_edit_mode', 'builder'),
(3341, 2299, '_elementor_template_type', 'wp-page'),
(3342, 2299, '_elementor_version', '3.4.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3343, 2299, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d5a734c\",\"elType\":\"widget\",\"settings\":{\"address\":\"dhaka,bangladesh\",\"height\":{\"unit\":\"px\",\"size\":775,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":923,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-315,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\"},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"New York Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+1980589360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Washington Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7841 Budapast, Harry, WT<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+2 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"b66911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59f935a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Chicago Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+3 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"856ca58\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"53\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0d0261e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"463c4aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(3344, 2299, '_elementor_page_assets', 'a:0:{}'),
(3345, 2299, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3347, 2300, '_wp_page_template', 'elementor_header_footer'),
(3348, 2300, '_elementor_edit_mode', 'builder'),
(3349, 2300, '_elementor_template_type', 'wp-page'),
(3350, 2300, '_elementor_version', '3.4.6'),
(3351, 2300, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d5a734c\",\"elType\":\"widget\",\"settings\":{\"address\":\"dhaka,bangladesh\",\"height\":{\"unit\":\"px\",\"size\":775,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":923,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-315,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\"},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"New York Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+1980589360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Washington Office \",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7841 Budapast, Harry, WT<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+2 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"b66911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59f935a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Chicago Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<span>Address<\\/span>: <p>7005 Colorado Springs, NY<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Email<\\/span>: <p> info@example.com<\\/p>\",\"slide_url\":\"mailto:info@example.com\",\"_id\":\"7cc50e7\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Phone<\\/span>: <p>+1 980 589 360<\\/p>\",\"slide_url\":\"tel:+3 980 589 360\",\"_id\":\"4a274c2\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"tab_content\":\"<span>Opening<\\/span>: <p>Sun - Thu : 10 AM - 10 PM<\\/p>\",\"slide_url\":\"\\/wp\\/visapass\\/contact\\/\",\"_id\":\"a6093f1\"}]},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"856ca58\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"53\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0d0261e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"463c4aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heading Title\",\"sub_title\":\"Heading Sub Title\",\"desccription\":\"Desccription Here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/1.png\",\"id\":611,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"d5a4225\",\"slide_url\":\"#\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/2.png\",\"id\":618,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"0760578\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/3.png\",\"id\":619,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"655d5d4\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/4.png\",\"id\":626,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"74bc2c3\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/5.png\",\"id\":631,\"alt\":\"\",\"source\":\"library\"},\"slide_url\":\"#\",\"_id\":\"6221855\"}],\"thumbnail_size\":\"full\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"brand\"}],\"isInner\":false}],\"isInner\":false}]'),
(3352, 2300, '_elementor_page_assets', 'a:0:{}'),
(3353, 2300, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3355, 2301, '_wp_page_template', 'elementor_header_footer'),
(3356, 2301, '_elementor_edit_mode', 'builder'),
(3357, 2301, '_elementor_template_type', 'wp-page'),
(3358, 2301, '_elementor_version', '3.4.6'),
(3359, 2301, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f5a9c79\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":764,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\"},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3360, 2301, '_elementor_page_assets', 'a:0:{}'),
(3361, 2301, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3364, 2302, '_wp_page_template', 'elementor_header_footer'),
(3365, 2302, '_elementor_edit_mode', 'builder'),
(3366, 2302, '_elementor_template_type', 'wp-page'),
(3367, 2302, '_elementor_version', '3.7.6'),
(3368, 2302, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f5a9c79\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":764,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\"},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3369, 2302, '_elementor_page_assets', 'a:0:{}'),
(3370, 2302, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3372, 2303, '_wp_page_template', 'elementor_header_footer'),
(3373, 2303, '_elementor_edit_mode', 'builder'),
(3374, 2303, '_elementor_template_type', 'wp-page'),
(3375, 2303, '_elementor_version', '3.7.6'),
(3376, 2303, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f5a9c79\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":764,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\"},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3377, 2303, '_elementor_page_assets', 'a:0:{}'),
(3378, 2303, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3380, 2304, '_wp_page_template', 'elementor_header_footer'),
(3381, 2304, '_elementor_edit_mode', 'builder'),
(3382, 2304, '_elementor_template_type', 'wp-page'),
(3383, 2304, '_elementor_version', '3.7.6'),
(3384, 2304, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f5a9c79\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":764,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3385, 2304, '_elementor_page_assets', 'a:0:{}'),
(3386, 2304, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3390, 2305, '_wp_attached_file', '2022/09/presence-map-home.png'),
(3391, 2305, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:614;s:4:\"file\";s:29:\"2022/09/presence-map-home.png\";s:8:\"filesize\";i:678216;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"presence-map-home-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77535;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"presence-map-home-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36620;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"presence-map-home-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:423591;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:30:\"presence-map-home-1024x600.png\";s:5:\"width\";i:1024;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:682711;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:29:\"presence-map-home-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244861;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:29:\"presence-map-home-700x544.png\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:489071;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3392, 2306, '_wp_page_template', 'elementor_header_footer'),
(3393, 2306, '_elementor_edit_mode', 'builder'),
(3394, 2306, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3395, 2306, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3396, 2306, '_elementor_page_assets', 'a:0:{}'),
(3397, 2306, '_elementor_version', '3.7.6'),
(3398, 2306, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3400, 2307, '_wp_page_template', 'elementor_header_footer'),
(3401, 2307, '_elementor_edit_mode', 'builder'),
(3402, 2307, '_elementor_template_type', 'wp-page'),
(3403, 2307, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":387,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3404, 2307, '_elementor_page_assets', 'a:0:{}'),
(3405, 2307, '_elementor_version', '3.7.6'),
(3406, 2307, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3408, 2308, '_wp_page_template', 'elementor_header_footer'),
(3409, 2308, '_elementor_edit_mode', 'builder'),
(3410, 2308, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3411, 2308, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3412, 2308, '_elementor_page_assets', 'a:0:{}'),
(3413, 2308, '_elementor_version', '3.7.6'),
(3414, 2308, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3417, 2309, '_wp_page_template', 'elementor_header_footer'),
(3418, 2309, '_elementor_edit_mode', 'builder'),
(3419, 2309, '_elementor_template_type', 'wp-page'),
(3420, 2309, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3421, 2309, '_elementor_page_assets', 'a:0:{}'),
(3422, 2309, '_elementor_version', '3.7.6'),
(3423, 2309, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3425, 2310, '_wp_page_template', 'elementor_header_footer'),
(3426, 2310, '_elementor_edit_mode', 'builder'),
(3427, 2310, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3428, 2310, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"\\/wp\\/visapass\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3429, 2310, '_elementor_page_assets', 'a:0:{}'),
(3430, 2310, '_elementor_version', '3.7.6'),
(3431, 2310, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3433, 2311, '_wp_page_template', 'elementor_header_footer'),
(3434, 2311, '_elementor_edit_mode', 'builder'),
(3435, 2311, '_elementor_template_type', 'wp-page'),
(3436, 2311, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3437, 2311, '_elementor_page_assets', 'a:0:{}'),
(3438, 2311, '_elementor_version', '3.7.6'),
(3439, 2311, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3442, 2312, '_wp_page_template', 'elementor_header_footer'),
(3443, 2312, '_elementor_edit_mode', 'builder'),
(3444, 2312, '_elementor_template_type', 'wp-page'),
(3445, 2312, '_elementor_version', '3.7.6'),
(3446, 2312, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f5a9c79\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":764,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3447, 2312, '_elementor_page_assets', 'a:0:{}'),
(3448, 2312, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3450, 2313, '_wp_page_template', 'elementor_header_footer'),
(3451, 2313, '_elementor_edit_mode', 'builder'),
(3452, 2313, '_elementor_template_type', 'wp-page'),
(3453, 2313, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3454, 2313, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f5a9c79\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":764,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3455, 2313, '_elementor_page_assets', 'a:0:{}'),
(3456, 2313, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3458, 2314, '_wp_page_template', 'elementor_header_footer'),
(3459, 2314, '_elementor_edit_mode', 'builder'),
(3460, 2314, '_elementor_template_type', 'wp-page'),
(3461, 2314, '_elementor_version', '3.7.6'),
(3462, 2314, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3463, 2314, '_elementor_page_assets', 'a:0:{}'),
(3464, 2314, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3466, 2315, '_wp_page_template', 'elementor_header_footer'),
(3467, 2315, '_elementor_edit_mode', 'builder'),
(3468, 2315, '_elementor_template_type', 'wp-page'),
(3469, 2315, '_elementor_version', '3.7.6'),
(3470, 2315, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3471, 2315, '_elementor_page_assets', 'a:0:{}'),
(3472, 2315, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3473, 2316, '_wp_page_template', 'elementor_header_footer'),
(3474, 2316, '_elementor_edit_mode', 'builder'),
(3475, 2316, '_elementor_template_type', 'wp-page'),
(3476, 2316, '_elementor_version', '3.7.6'),
(3477, 2316, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa9e670\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156e276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c6d35\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"9cc1be7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40447ed\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3478, 2316, '_elementor_page_assets', 'a:0:{}'),
(3479, 2316, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3480, 2317, '_wp_page_template', 'elementor_header_footer'),
(3481, 2317, '_elementor_edit_mode', 'builder'),
(3482, 2317, '_elementor_template_type', 'wp-page'),
(3483, 2317, '_elementor_version', '3.7.6'),
(3484, 2317, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3485, 2317, '_elementor_page_assets', 'a:0:{}'),
(3486, 2317, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3488, 2318, '_wp_page_template', 'elementor_header_footer'),
(3489, 2318, '_elementor_edit_mode', 'builder'),
(3490, 2318, '_elementor_template_type', 'wp-page'),
(3491, 2318, '_elementor_version', '3.7.6'),
(3492, 2318, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3493, 2318, '_elementor_page_assets', 'a:0:{}'),
(3494, 2318, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3496, 2319, '_wp_page_template', 'elementor_header_footer'),
(3497, 2319, '_elementor_edit_mode', 'builder'),
(3498, 2319, '_elementor_template_type', 'wp-page'),
(3499, 2319, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3500, 2319, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3501, 2319, '_elementor_page_assets', 'a:0:{}'),
(3502, 2319, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3504, 2320, '_wp_page_template', 'elementor_header_footer'),
(3505, 2320, '_elementor_edit_mode', 'builder'),
(3506, 2320, '_elementor_template_type', 'wp-page'),
(3507, 2320, '_elementor_version', '3.7.6'),
(3508, 2320, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3509, 2320, '_elementor_page_assets', 'a:0:{}'),
(3510, 2320, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3513, 2321, '_wp_page_template', 'elementor_header_footer'),
(3514, 2321, '_elementor_edit_mode', 'builder'),
(3515, 2321, '_elementor_template_type', 'wp-page'),
(3516, 2321, '_elementor_version', '3.7.6'),
(3517, 2321, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3518, 2321, '_elementor_page_assets', 'a:0:{}'),
(3519, 2321, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3521, 2322, '_wp_page_template', 'elementor_header_footer'),
(3522, 2322, '_elementor_edit_mode', 'builder'),
(3523, 2322, '_elementor_template_type', 'wp-page'),
(3524, 2322, '_elementor_version', '3.7.6'),
(3525, 2322, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3526, 2322, '_elementor_page_assets', 'a:0:{}'),
(3527, 2322, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3529, 2323, '_wp_page_template', 'elementor_header_footer'),
(3530, 2323, '_elementor_edit_mode', 'builder'),
(3531, 2323, '_elementor_template_type', 'wp-page'),
(3532, 2323, '_elementor_version', '3.7.6'),
(3533, 2323, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e83f2dd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ee1256\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3534, 2323, '_elementor_page_assets', 'a:0:{}'),
(3535, 2323, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3538, 2324, '_wp_attached_file', '2022/09/inner-banner-1.jpg'),
(3539, 2324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2022/09/inner-banner-1.jpg\";s:8:\"filesize\";i:322654;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"inner-banner-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9893;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"inner-banner-1-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"inner-banner-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:10709;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"inner-banner-1-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30709;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"inner-banner-1-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77910;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:27:\"inner-banner-1-1170x300.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75744;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:26:\"inner-banner-1-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35908;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:26:\"inner-banner-1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3542, 2326, '_elementor_edit_mode', 'builder'),
(3543, 2326, '_elementor_template_type', 'wp-page'),
(3544, 2326, '_elementor_version', '3.7.6'),
(3545, 2326, '_wp_page_template', 'default'),
(3546, 2326, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3547, 2326, '_elementor_page_assets', 'a:0:{}'),
(3549, 2326, 'is_it_invisible_breadcrumb', '0'),
(3550, 2326, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3551, 2326, 'breadcrumb_background_image', ''),
(3552, 2326, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3553, 2326, 'hide_breadcrumb_background_image', '0'),
(3554, 2326, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3555, 2326, 'is_enable_sec_logo', '0'),
(3556, 2326, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3557, 2326, 'header_style', 'header-style-1'),
(3558, 2326, '_header_style', 'field_5ee5b7e62edef'),
(3559, 2326, 'footer_style', 'footer-style-1'),
(3560, 2326, '_footer_style', 'field_5efb0ded987fe'),
(3561, 2326, 'visapass_footer_bg', ''),
(3562, 2326, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3563, 2326, 'visapass_footer_bg_color', ''),
(3564, 2326, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3565, 2327, '_wp_page_template', 'default'),
(3566, 2327, '_elementor_edit_mode', 'builder'),
(3567, 2327, '_elementor_template_type', 'wp-page'),
(3568, 2327, '_elementor_version', '3.7.6'),
(3569, 2327, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3570, 2327, '_elementor_page_assets', 'a:0:{}'),
(3572, 2328, '_wp_page_template', 'default'),
(3573, 2328, '_elementor_edit_mode', 'builder'),
(3574, 2328, '_elementor_template_type', 'wp-page'),
(3575, 2328, '_elementor_version', '3.7.6'),
(3576, 2328, '_elementor_data', '[{\"id\":\"76dcaa72\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2b09bcd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c97dec\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Sales & Production Network\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebb84e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a38503\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98fe6c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c799bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/our-presence.jpg\",\"id\":2236,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3577, 2328, '_elementor_page_assets', 'a:0:{}'),
(3579, 2328, 'is_it_invisible_breadcrumb', '0'),
(3580, 2328, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3581, 2328, 'breadcrumb_background_image', ''),
(3582, 2328, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3583, 2328, 'hide_breadcrumb_background_image', '0'),
(3584, 2328, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3585, 2328, 'is_enable_sec_logo', '0'),
(3586, 2328, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3587, 2328, 'header_style', 'header-style-1'),
(3588, 2328, '_header_style', 'field_5ee5b7e62edef'),
(3589, 2328, 'footer_style', 'footer-style-1'),
(3590, 2328, '_footer_style', 'field_5efb0ded987fe'),
(3591, 2328, 'visapass_footer_bg', ''),
(3592, 2328, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3593, 2328, 'visapass_footer_bg_color', ''),
(3594, 2328, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3597, 2330, '_wp_page_template', 'elementor_header_footer'),
(3598, 2330, '_elementor_edit_mode', 'builder'),
(3599, 2330, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3600, 2330, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3601, 2330, '_elementor_page_assets', 'a:0:{}'),
(3602, 2330, '_elementor_version', '3.7.6'),
(3603, 2330, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3605, 2331, '_wp_page_template', 'elementor_header_footer'),
(3606, 2331, '_elementor_edit_mode', 'builder'),
(3607, 2331, '_elementor_template_type', 'wp-page'),
(3608, 2331, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3609, 2331, '_elementor_page_assets', 'a:0:{}'),
(3610, 2331, '_elementor_version', '3.7.6'),
(3611, 2331, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3613, 2332, '_wp_page_template', 'elementor_header_footer'),
(3614, 2332, '_elementor_edit_mode', 'builder'),
(3615, 2332, '_elementor_template_type', 'wp-page'),
(3616, 2332, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3617, 2332, '_elementor_page_assets', 'a:0:{}'),
(3618, 2332, '_elementor_version', '3.7.6'),
(3619, 2332, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3622, 2333, '_wp_page_template', 'elementor_header_footer'),
(3623, 2333, '_elementor_edit_mode', 'builder'),
(3624, 2333, '_elementor_template_type', 'wp-page'),
(3625, 2333, '_elementor_version', '3.7.6'),
(3626, 2333, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e83f2dd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ee1256\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3627, 2333, '_elementor_page_assets', 'a:0:{}'),
(3628, 2333, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3630, 2334, '_wp_page_template', 'elementor_header_footer'),
(3631, 2334, '_elementor_edit_mode', 'builder'),
(3632, 2334, '_elementor_template_type', 'wp-page'),
(3633, 2334, '_elementor_version', '3.7.6'),
(3634, 2334, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b927ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e83f2dd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e96efb5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"},{\"id\":\"b440a5a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ee1256\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44e5aa8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e107e42\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dcb83dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d897a9e\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(3635, 2334, '_elementor_page_assets', 'a:0:{}'),
(3636, 2334, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3638, 2335, '_wp_page_template', 'elementor_header_footer'),
(3639, 2335, '_elementor_edit_mode', 'builder'),
(3640, 2335, '_elementor_template_type', 'wp-page'),
(3641, 2335, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3642, 2335, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3643, 2335, '_elementor_page_assets', 'a:0:{}'),
(3644, 2335, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3647, 2336, '_wp_page_template', 'elementor_header_footer'),
(3648, 2336, '_elementor_edit_mode', 'builder'),
(3649, 2336, '_elementor_template_type', 'wp-page'),
(3650, 2336, '_elementor_version', '3.7.6'),
(3651, 2336, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3652, 2336, '_elementor_page_assets', 'a:0:{}'),
(3653, 2336, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3655, 2337, '_wp_page_template', 'elementor_header_footer'),
(3656, 2337, '_elementor_edit_mode', 'builder'),
(3657, 2337, '_elementor_template_type', 'wp-page'),
(3658, 2337, '_elementor_version', '3.7.6'),
(3659, 2337, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3660, 2337, '_elementor_page_assets', 'a:0:{}'),
(3661, 2337, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3663, 2338, '_wp_page_template', 'elementor_header_footer'),
(3664, 2338, '_elementor_edit_mode', 'builder'),
(3665, 2338, '_elementor_template_type', 'wp-page'),
(3666, 2338, '_elementor_version', '3.7.6'),
(3667, 2338, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3668, 2338, '_elementor_page_assets', 'a:0:{}'),
(3669, 2338, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3672, 2339, '_wp_page_template', 'elementor_header_footer'),
(3673, 2339, '_elementor_edit_mode', 'builder'),
(3674, 2339, '_elementor_template_type', 'wp-page'),
(3675, 2339, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3676, 2339, '_elementor_page_assets', 'a:0:{}'),
(3677, 2339, '_elementor_version', '3.7.6'),
(3678, 2339, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3680, 2340, '_wp_page_template', 'elementor_header_footer'),
(3681, 2340, '_elementor_edit_mode', 'builder'),
(3682, 2340, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3683, 2340, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3684, 2340, '_elementor_page_assets', 'a:0:{}'),
(3685, 2340, '_elementor_version', '3.7.6'),
(3686, 2340, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3688, 2341, '_wp_page_template', 'elementor_header_footer'),
(3689, 2341, '_elementor_edit_mode', 'builder'),
(3690, 2341, '_elementor_template_type', 'wp-page'),
(3691, 2341, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3692, 2341, '_elementor_page_assets', 'a:0:{}'),
(3693, 2341, '_elementor_version', '3.7.6'),
(3694, 2341, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3697, 2342, '_wp_attached_file', '2022/09/favicon.png'),
(3698, 2342, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2022/09/favicon.png\";s:8:\"filesize\";i:8267;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:{}}}'),
(3717, 2345, '_wp_page_template', 'elementor_header_footer'),
(3718, 2345, '_elementor_edit_mode', 'builder'),
(3719, 2345, '_elementor_template_type', 'wp-page'),
(3720, 2345, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3721, 2345, '_elementor_page_assets', 'a:0:{}'),
(3722, 2345, '_elementor_version', '3.7.6');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3723, 2345, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3725, 2346, '_wp_page_template', 'elementor_header_footer'),
(3726, 2346, '_elementor_edit_mode', 'builder'),
(3727, 2346, '_elementor_template_type', 'wp-page'),
(3728, 2346, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3729, 2346, '_elementor_page_assets', 'a:0:{}'),
(3730, 2346, '_elementor_version', '3.7.6'),
(3731, 2346, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3733, 2347, '_wp_page_template', 'elementor_header_footer'),
(3734, 2347, '_elementor_edit_mode', 'builder'),
(3735, 2347, '_elementor_template_type', 'wp-page'),
(3736, 2347, '_elementor_data', '[{\"id\":\"1ac9e19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac31a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd69b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each & every step of manufacturing.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"description_font_weight\":\"500\",\"description_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c903c49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/uploads\\/2022\\/01\\/abbg.jpg\",\"id\":1637,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000080\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"05e6347\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd15ee\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"sub_title\":\"Heading Sub Title\",\"title\":\"Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment & machine operating conditions.\",\"align\":\"center\",\"design_style\":\"style_4\",\"button_text\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd80351\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a80aaf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dcd69cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.<\\/p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.<\\/p><p>\\\"VENTA\\\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;<\\/p><p>Development section is equipped with the latest testing and monitoring equipment\\u2019s those help to ensure that attainment of the desired quality in our product.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7e8151a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b1ca9c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/industry-1.jpeg\",\"id\":2278,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbadd31\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66e2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"787af67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2bd8768\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b649d41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"VENTA\\\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \\\"Akaash\\\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3737, 2347, '_elementor_page_assets', 'a:0:{}'),
(3738, 2347, '_elementor_version', '3.7.6'),
(3739, 2347, '_elementor_controls_usage', 'a:9:{s:5:\"about\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:9:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:2;s:9:\"sub_title\";i:2;s:11:\"description\";i:2;}s:20:\"_section_about_image\";a:3:{s:7:\"image_1\";i:2;s:7:\"image_2\";i:1;s:14:\"thumbnail_size\";i:2;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:2;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:2;}s:12:\"_about_badge\";a:3:{s:21:\"about_badge_thumbnail\";i:1;s:18:\"about_badget_title\";i:1;s:17:\"about_badget_year\";i:1;}s:15:\"_section_button\";a:3:{s:11:\"button_text\";i:2;s:11:\"button_link\";i:1;s:20:\"button_icon_position\";i:1;}s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:19:\"_section_video_here\";a:1:{s:9:\"video_url\";i:1;}s:16:\"_section_button2\";a:2:{s:12:\"button_text2\";i:1;s:12:\"button_link2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:9;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:1;s:9:\"sub_title\";i:2;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}}}s:9:\"about_tab\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"_section_about_tabs\";a:1:{s:4:\"tabs\";i:1;}}}}s:4:\"fact\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:1:{s:6:\"slides\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3741, 2348, '_wp_page_template', 'elementor_header_footer'),
(3742, 2348, '_elementor_edit_mode', 'builder'),
(3743, 2348, '_elementor_template_type', 'wp-page'),
(3744, 2348, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3745, 2348, '_elementor_page_assets', 'a:0:{}'),
(3746, 2348, '_elementor_version', '3.7.6'),
(3747, 2348, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3749, 2349, '_wp_page_template', 'elementor_header_footer'),
(3750, 2349, '_elementor_edit_mode', 'builder'),
(3751, 2349, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3752, 2349, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/iso.jpg\",\"id\":2070,\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3753, 2349, '_elementor_page_assets', 'a:0:{}'),
(3754, 2349, '_elementor_version', '3.7.6'),
(3755, 2349, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3757, 2350, '_wp_page_template', 'elementor_header_footer'),
(3758, 2350, '_elementor_edit_mode', 'builder'),
(3759, 2350, '_elementor_template_type', 'wp-page'),
(3760, 2350, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3761, 2350, '_elementor_page_assets', 'a:0:{}'),
(3762, 2350, '_elementor_version', '3.7.6'),
(3763, 2350, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3767, 2351, '_wp_attached_file', '2022/09/footer-logo.png'),
(3768, 2351, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:123;s:4:\"file\";s:23:\"2022/09/footer-logo.png\";s:8:\"filesize\";i:14765;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"footer-logo-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9143;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"footer-logo-150x123.png\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3769, 2352, '_wp_attached_file', '2022/09/factory.jpg'),
(3770, 2352, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:957;s:6:\"height\";i:477;s:4:\"file\";s:19:\"2022/09/factory.jpg\";s:8:\"filesize\";i:248232;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"factory-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"factory-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"factory-768x383.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77084;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:19:\"factory-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50484;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:19:\"factory-700x477.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78885;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3771, 2353, '_wp_page_template', 'elementor_header_footer'),
(3772, 2353, '_elementor_edit_mode', 'builder'),
(3773, 2353, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3774, 2353, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3775, 2353, '_elementor_page_assets', 'a:0:{}'),
(3776, 2353, '_elementor_version', '3.7.6'),
(3777, 2353, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3779, 2354, '_wp_page_template', 'elementor_header_footer'),
(3780, 2354, '_elementor_edit_mode', 'builder'),
(3781, 2354, '_elementor_template_type', 'wp-page'),
(3782, 2354, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3783, 2354, '_elementor_page_assets', 'a:0:{}'),
(3784, 2354, '_elementor_version', '3.7.6'),
(3785, 2354, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3787, 2355, '_wp_page_template', 'elementor_header_footer'),
(3788, 2355, '_elementor_edit_mode', 'builder'),
(3789, 2355, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3790, 2355, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/factory.jpg\",\"id\":2352,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3791, 2355, '_elementor_page_assets', 'a:0:{}'),
(3792, 2355, '_elementor_version', '3.7.6'),
(3793, 2355, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3796, 2356, '_wp_attached_file', '2022/09/footer-logo1.png'),
(3797, 2356, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:123;s:4:\"file\";s:24:\"2022/09/footer-logo1.png\";s:8:\"filesize\";i:15337;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"footer-logo1-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9513;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"footer-logo1-150x123.png\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3798, 2357, '_wp_attached_file', '2022/09/main-logo.png'),
(3799, 2357, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:133;s:4:\"file\";s:21:\"2022/09/main-logo.png\";s:8:\"filesize\";i:28992;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"main-logo-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"main-logo-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9005;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3815, 2362, '_wp_page_template', 'elementor_header_footer'),
(3816, 2362, '_elementor_edit_mode', 'builder'),
(3817, 2362, '_elementor_template_type', 'wp-page'),
(3818, 2362, '_elementor_version', '3.7.6'),
(3819, 2362, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3820, 2362, '_elementor_page_assets', 'a:0:{}'),
(3821, 2362, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3822, 2363, '_wp_page_template', 'elementor_header_footer'),
(3823, 2363, '_elementor_edit_mode', 'builder'),
(3824, 2363, '_elementor_template_type', 'wp-page'),
(3825, 2363, '_elementor_version', '3.7.6'),
(3826, 2363, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opp. Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3827, 2363, '_elementor_page_assets', 'a:0:{}'),
(3828, 2363, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3829, 2364, '_wp_page_template', 'elementor_header_footer'),
(3830, 2364, '_elementor_edit_mode', 'builder'),
(3831, 2364, '_elementor_template_type', 'wp-page'),
(3832, 2364, '_elementor_version', '3.7.6'),
(3833, 2364, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: 98889 34699, 0161 5002003\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: 98143 14699, 93168 14699\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(3834, 2364, '_elementor_page_assets', 'a:0:{}'),
(3835, 2364, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3845, 2366, '_wp_attached_file', '2022/09/factory-bg.jpg'),
(3846, 2366, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1032;s:6:\"height\";i:477;s:4:\"file\";s:22:\"2022/09/factory-bg.jpg\";s:8:\"filesize\";i:257588;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"factory-bg-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17656;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"factory-bg-1024x473.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113213;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"factory-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"factory-bg-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73242;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:22:\"factory-bg-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49708;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:22:\"factory-bg-700x477.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3847, 2367, '_wp_page_template', 'elementor_header_footer'),
(3848, 2367, '_elementor_edit_mode', 'builder'),
(3849, 2367, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3850, 2367, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/factory.jpg\",\"id\":2352,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3851, 2367, '_elementor_page_assets', 'a:0:{}'),
(3852, 2367, '_elementor_version', '3.7.6'),
(3853, 2367, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3854, 2368, '_wp_page_template', 'elementor_header_footer'),
(3855, 2368, '_elementor_edit_mode', 'builder'),
(3856, 2368, '_elementor_template_type', 'wp-page'),
(3857, 2368, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/factory.jpg\",\"id\":2352,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/01\\/abfact-1.jpg\",\"id\":1239,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3858, 2368, '_elementor_page_assets', 'a:0:{}'),
(3859, 2368, '_elementor_version', '3.7.6'),
(3860, 2368, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3861, 2369, '_wp_page_template', 'elementor_header_footer'),
(3862, 2369, '_elementor_edit_mode', 'builder'),
(3863, 2369, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3864, 2369, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/factory-bg.jpg\",\"id\":2366,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(3865, 2369, '_elementor_page_assets', 'a:0:{}'),
(3866, 2369, '_elementor_version', '3.7.6'),
(3867, 2369, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(3875, 2373, '_edit_lock', '1663857337:1'),
(3876, 2373, '_edit_last', '1'),
(3877, 2373, 'is_it_invisible_breadcrumb', '0'),
(3878, 2373, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3879, 2373, 'breadcrumb_background_image', ''),
(3880, 2373, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3881, 2373, 'hide_breadcrumb_background_image', '0'),
(3882, 2373, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3883, 2373, 'is_enable_sec_logo', '0'),
(3884, 2373, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3885, 2373, 'header_style', 'header-style-1'),
(3886, 2373, '_header_style', 'field_5ee5b7e62edef'),
(3887, 2373, 'footer_style', 'footer-style-1'),
(3888, 2373, '_footer_style', 'field_5efb0ded987fe'),
(3889, 2373, 'visapass_footer_bg', ''),
(3890, 2373, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3891, 2373, 'visapass_footer_bg_color', ''),
(3892, 2373, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3893, 2374, 'is_it_invisible_breadcrumb', '0'),
(3894, 2374, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3895, 2374, 'breadcrumb_background_image', ''),
(3896, 2374, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3897, 2374, 'hide_breadcrumb_background_image', '1'),
(3898, 2374, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3899, 2374, 'is_enable_sec_logo', '0'),
(3900, 2374, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3901, 2374, 'header_style', 'header-style-1'),
(3902, 2374, '_header_style', 'field_5ee5b7e62edef'),
(3903, 2374, 'footer_style', 'footer-style-1'),
(3904, 2374, '_footer_style', 'field_5efb0ded987fe'),
(3905, 2374, 'visapass_footer_bg', ''),
(3906, 2374, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3907, 2374, 'visapass_footer_bg_color', ''),
(3908, 2374, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3909, 2373, '_elementor_edit_mode', 'builder'),
(3910, 2373, '_elementor_template_type', 'wp-page'),
(3911, 2373, '_elementor_version', '3.7.6'),
(3912, 2375, '_elementor_edit_mode', 'builder'),
(3913, 2375, '_elementor_template_type', 'wp-page'),
(3914, 2375, '_elementor_version', '3.7.6'),
(3915, 2375, '_wp_page_template', 'default'),
(3916, 2375, '_elementor_data', '[{\"id\":\"45bd70e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"378f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b856439\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"Fractional Horse Power (FHP) Belts\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6d956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e082b6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=3 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2d91655\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3db69\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Fractional-Horse-Power-FHP-Belts.jpg\",\"id\":2202,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(3917, 2375, '_elementor_page_assets', 'a:0:{}'),
(3919, 2376, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(3920, 2376, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1,1]}'),
(3921, 2378, '_elementor_edit_mode', 'builder'),
(3922, 2378, '_elementor_template_type', 'wp-page'),
(3923, 2378, '_elementor_version', '3.7.6'),
(3924, 2379, '_elementor_edit_mode', 'builder'),
(3925, 2379, '_elementor_template_type', 'wp-page'),
(3926, 2379, '_elementor_version', '3.7.6'),
(3927, 2373, '_wp_page_template', 'default'),
(3928, 2373, '_elementor_data', '[{\"id\":\"5d3ff62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"803c5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f8174a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=7 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(3929, 2380, '_elementor_edit_mode', 'builder'),
(3930, 2380, '_elementor_template_type', 'wp-page'),
(3931, 2380, '_elementor_version', '3.7.6'),
(3932, 2380, '_wp_page_template', 'default'),
(3933, 2380, '_elementor_data', '[{\"id\":\"5d3ff62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"803c5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f8174a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=7 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(3934, 2373, '_elementor_page_assets', 'a:0:{}'),
(3936, 2381, '_elementor_edit_mode', 'builder'),
(3937, 2381, '_elementor_template_type', 'wp-page'),
(3938, 2381, '_elementor_version', '3.7.6'),
(3939, 2381, '_wp_page_template', 'default'),
(3940, 2381, '_elementor_data', '[{\"id\":\"5d3ff62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"803c5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f8174a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=7 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(3941, 2381, '_elementor_page_assets', 'a:0:{}'),
(3943, 2381, 'is_it_invisible_breadcrumb', '0'),
(3944, 2381, '_is_it_invisible_breadcrumb', 'field_5ee5a2875481b'),
(3945, 2381, 'breadcrumb_background_image', ''),
(3946, 2381, '_breadcrumb_background_image', 'field_5ee5a3275481c'),
(3947, 2381, 'hide_breadcrumb_background_image', '0'),
(3948, 2381, '_hide_breadcrumb_background_image', 'field_5ee5a3955481d'),
(3949, 2381, 'is_enable_sec_logo', '0'),
(3950, 2381, '_is_enable_sec_logo', 'field_5ee5ba74c315f'),
(3951, 2381, 'header_style', 'header-style-1'),
(3952, 2381, '_header_style', 'field_5ee5b7e62edef'),
(3953, 2381, 'footer_style', 'footer-style-1'),
(3954, 2381, '_footer_style', 'field_5efb0ded987fe'),
(3955, 2381, 'visapass_footer_bg', ''),
(3956, 2381, '_visapass_footer_bg', 'field_5f0d8782e4a95'),
(3957, 2381, 'visapass_footer_bg_color', ''),
(3958, 2381, '_visapass_footer_bg_color', 'field_5f0d88eae4a96'),
(3959, 2382, '_menu_item_type', 'post_type'),
(3960, 2382, '_menu_item_menu_item_parent', '2147'),
(3961, 2382, '_menu_item_object_id', '2373'),
(3962, 2382, '_menu_item_object', 'page'),
(3963, 2382, '_menu_item_target', ''),
(3964, 2382, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3965, 2382, '_menu_item_xfn', ''),
(3966, 2382, '_menu_item_url', ''),
(3968, 1879, '_wp_old_date', '2022-09-19'),
(3969, 2220, '_wp_old_date', '2022-09-19'),
(3970, 2147, '_wp_old_date', '2022-09-19'),
(3971, 2148, '_wp_old_date', '2022-09-19'),
(3972, 2216, '_wp_old_date', '2022-09-19'),
(3973, 2217, '_wp_old_date', '2022-09-19'),
(3974, 2218, '_wp_old_date', '2022-09-19'),
(3975, 2219, '_wp_old_date', '2022-09-19'),
(3976, 2224, '_wp_old_date', '2022-09-19'),
(3977, 1889, '_wp_old_date', '2022-09-19'),
(3988, 2388, '_wp_attached_file', '2022/09/maxresdefault.jpg'),
(3989, 2388, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2022/09/maxresdefault.jpg\";s:8:\"filesize\";i:105054;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"maxresdefault-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9482;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"maxresdefault-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54401;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"maxresdefault-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"maxresdefault-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36643;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:26:\"maxresdefault-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61067;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:25:\"maxresdefault-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22971;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:25:\"maxresdefault-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38769;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3990, 2389, '_wp_attached_file', '2022/09/1663828703742-1.jpg'),
(3991, 2389, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:27:\"2022/09/1663828703742-1.jpg\";s:8:\"filesize\";i:77443;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"1663828703742-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"1663828703742-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:8927;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:27:\"1663828703742-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58283;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3992, 2390, '_wp_attached_file', '2022/09/IMG-20220922-WA0006-1.jpg'),
(3993, 2390, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2022/09/IMG-20220922-WA0006-1.jpg\";s:8:\"filesize\";i:638139;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20220922-WA0006-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29028;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG-20220922-WA0006-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154005;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20220922-WA0006-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:19498;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG-20220922-WA0006-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100024;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"IMG-20220922-WA0006-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281472;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:34:\"IMG-20220922-WA0006-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175385;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:33:\"IMG-20220922-WA0006-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63010;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:33:\"IMG-20220922-WA0006-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3994, 2391, '_wp_attached_file', '2022/09/1663827103144-1.jpeg'),
(3995, 2391, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2022/09/1663827103144-1.jpeg\";s:8:\"filesize\";i:75452;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"1663827103144-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"1663827103144-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5005;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"1663827103144-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73057;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:28:\"1663827103144-1-500x350.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31846;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:28:\"1663827103144-1-700x544.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64219;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3996, 2392, '_wp_attached_file', '2022/09/1663827103124-1.jpg'),
(3997, 2392, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:656;s:4:\"file\";s:27:\"2022/09/1663827103124-1.jpg\";s:8:\"filesize\";i:262388;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"1663827103124-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13532;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"1663827103124-1-1024x560.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89319;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"1663827103124-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:7114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"1663827103124-1-768x420.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58456;}s:21:\"visapass-case-details\";a:5:{s:4:\"file\";s:28:\"1663827103124-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104358;}s:19:\"visapass-post-thumb\";a:5:{s:4:\"file\";s:27:\"1663827103124-1-500x350.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37217;}s:19:\"visapass-case-thumb\";a:5:{s:4:\"file\";s:27:\"1663827103124-1-700x544.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4001, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852055;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4003, 2393, '_wp_page_template', 'elementor_header_footer'),
(4004, 2393, '_elementor_edit_mode', 'builder'),
(4005, 2393, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4006, 2393, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/factory-bg.jpg\",\"id\":2366,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(4007, 2393, '_elementor_page_assets', 'a:0:{}'),
(4008, 2393, '_elementor_version', '3.7.6'),
(4009, 2393, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4010, 2393, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852055;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4011, 2394, '_wp_page_template', 'elementor_header_footer'),
(4012, 2394, '_elementor_edit_mode', 'builder'),
(4013, 2394, '_elementor_template_type', 'wp-page'),
(4014, 2394, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/factory-bg.jpg\",\"id\":2366,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(4015, 2394, '_elementor_page_assets', 'a:0:{}'),
(4016, 2394, '_elementor_version', '3.7.6'),
(4017, 2394, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4018, 2394, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852055;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4019, 2395, '_wp_page_template', 'elementor_header_footer'),
(4020, 2395, '_elementor_edit_mode', 'builder'),
(4021, 2395, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4022, 2395, '_elementor_data', '[{\"id\":\"f77aea6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3d78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a06819a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[smartslider3 slider=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"417edee\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eafb042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c65752\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_4\",\"title\":\"<span>20+<\\/span> Years of Your Trust and Recommendation\",\"number\":\"+1 890 565 398\",\"extra_title\":\"\",\"sub_title\":\"About AKAASH BELTING (P) LTD \",\"description\":\"We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_2\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/thermal-power.jpg\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_3\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_4\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"custom\",\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9fa34c5\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"0a0983b\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"ba7b825\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"5837d7d\"}],\"button_text\":\"READ MORE\",\"button_link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"button_bg_color\":\"#007B32\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9fab37\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/wp-content\\/uploads\\/2022\\/09\\/factory-bg.jpg\",\"id\":2366,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"top center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#050505\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"444cc43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dc5c5ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"45e0bd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b009b85\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"20 +\",\"title\":\"Years of Experience\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a00d1ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ce38c1f\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"2\",\"title\":\"Manufacturing Units\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c8b5e2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9049e3a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_transform\":\"lowercase\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"32K ft\\u00b2\",\"title\":\"Area Covered\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"991f332\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1032\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#FFFFFF\",\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_font_weight\":\"400\",\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"subtitle_font_weight\":\"400\",\"subtitle_text_decoration\":\"none\",\"subtitle_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_title\":\"275\",\"title\":\"Work Force\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6435c80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"37\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba6ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4796313\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Our Product Range\",\"button_text\":\"Button Text\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cb2e50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e3954ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5984f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/classical-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d81ddb\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b86dea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60865c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/narrow-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c7896e\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b5974a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8125691\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/hexagonal-v-belt\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67ecc5d\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73120f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a07fb64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/akaashbelting.com\\/harvester-vari-speed-belts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e6d1b6\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_font_weight\":\"400\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"button_text\":\"Button Text\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"912f37b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bfdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7c75b\",\"elType\":\"widget\",\"settings\":{\"design_style\":\"style_2\",\"title\":\"Sales & Production Network\",\"number\":\"+1 890 565 398\",\"extra_title\":\"bdevs Info Box Title\",\"sub_title\":\"Our Presence\",\"description\":\"Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\",\"date_label\":\"bdevs info box description goes here\",\"image_1\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/presence-map-home.png\",\"id\":2305,\"alt\":\"\",\"source\":\"library\"},\"slides_2\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"9ffb8a0\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"c4d73bb\"}],\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"258dd32\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"3ed0fa1\"}],\"about_badge_thumbnail\":{\"url\":\"\",\"id\":\"\"},\"button_text\":\"View more\",\"video_url\":\"bdevs video url goes here\",\"button_text2\":\"Button Text\",\"button_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"button_bg_color\":\"#007B32\"},\"elements\":[],\"widgetType\":\"about\"}],\"isInner\":false}],\"isInner\":false}]'),
(4023, 2395, '_elementor_page_assets', 'a:0:{}'),
(4024, 2395, '_elementor_version', '3.7.6'),
(4025, 2395, '_elementor_controls_usage', 'a:12:{s:6:\"slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}s:17:\"_section_settings\";a:1:{s:18:\"ts_slider_autoplay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:13;s:3:\"gap\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:13;s:6:\"margin\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:13:\"featured_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:13:\"_section_icon\";a:1:{s:6:\"slides\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:3:{s:9:\"sub_title\";i:5;s:5:\"title\";i:5;s:11:\"description\";i:1;}s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:2:{s:11:\"title_color\";i:1;s:14:\"subtitle_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"post_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:2;}s:18:\"_section_post_list\";a:5:{s:9:\"post_type\";i:1;s:12:\"show_post_by\";i:2;s:18:\"selected_list_post\";i:2;s:28:\"selected_list_bdevs-services\";i:1;s:25:\"selected_list_bdevs-cases\";i:1;}s:17:\"_section_settings\";a:6:{s:13:\"feature_image\";i:2;s:15:\"post_image_size\";i:1;s:4:\"meta\";i:1;s:11:\"author_meta\";i:1;s:9:\"date_meta\";i:1;s:13:\"meta_position\";i:1;}}}}s:5:\"about\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:22:\"_section_style_content\";a:1:{s:11:\"title_color\";i:1;}}s:7:\"content\";a:8:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:4;}s:14:\"_section_title\";a:4:{s:5:\"title\";i:4;s:11:\"description\";i:4;s:11:\"extra_title\";i:1;s:9:\"sub_title\";i:3;}s:21:\"_section_date_control\";a:3:{s:10:\"date_label\";i:1;s:10:\"start_date\";i:1;s:8:\"end_date\";i:1;}s:20:\"_section_about_image\";a:5:{s:7:\"image_1\";i:3;s:14:\"thumbnail_size\";i:2;s:7:\"image_2\";i:1;s:7:\"image_3\";i:1;s:7:\"image_4\";i:1;}s:21:\"_section_country_list\";a:1:{s:8:\"slides_2\";i:4;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:4;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:4;s:11:\"button_link\";i:4;}s:12:\"_about_badge\";a:1:{s:21:\"about_badge_thumbnail\";i:1;}}}}s:8:\"icon_box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:4;}s:13:\"_section_icon\";a:2:{s:13:\"service_count\";i:4;s:13:\"service_label\";i:4;}}}}s:12:\"country_list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"_section_country_list\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:3:\"cta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:17:\"_section_settings\";a:1:{s:12:\"design_style\";i:1;}s:14:\"_section_title\";a:3:{s:5:\"title\";i:1;s:5:\"image\";i:1;s:14:\"thumbnail_size\";i:1;}s:13:\"_section_list\";a:1:{s:10:\"items_list\";i:1;}s:15:\"_section_button\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_link\";i:1;}}}}s:13:\"member_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}s:18:\"testimonial_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:21:\"_section_design_title\";a:1:{s:12:\"design_style\";i:1;}s:15:\"_section_slides\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4026, 2395, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852055;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4027, 219, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852115;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4030, 506, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852143;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4031, 2397, '_wp_page_template', 'elementor_header_footer'),
(4032, 2397, '_elementor_edit_mode', 'builder'),
(4033, 2397, '_elementor_template_type', 'wp-page'),
(4034, 2397, '_elementor_version', '3.7.6'),
(4035, 2397, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: 98889 34699, 0161 5002003\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: 98143 14699, 93168 14699\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(4036, 2397, '_elementor_page_assets', 'a:0:{}'),
(4037, 2397, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4038, 2398, '_wp_page_template', 'elementor_header_footer'),
(4039, 2398, '_elementor_edit_mode', 'builder'),
(4040, 2398, '_elementor_template_type', 'wp-page'),
(4041, 2398, '_elementor_version', '3.7.6'),
(4042, 2398, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: 98889 34699, 0161 5002003\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: 98143 14699, 93168 14699\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(4043, 2398, '_elementor_page_assets', 'a:0:{}'),
(4044, 2398, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4045, 2399, '_wp_page_template', 'elementor_header_footer'),
(4046, 2399, '_elementor_edit_mode', 'builder'),
(4047, 2399, '_elementor_template_type', 'wp-page'),
(4048, 2399, '_elementor_version', '3.7.6'),
(4049, 2399, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: <a href=\\\"tel:98889 34699\\\">98889 34699<\\/a>, <a href=\\\"tel:0161 5002003\\\">0161 5002003<\\/a>, <a href=\\\"tel:98143 14699\\\">98143 14699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: <a href=\\\"tel:98143 14699\\\">98143 14699<\\/a>, <a href=\\\"tel:98889 34699\\\">98889 34699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(4050, 2399, '_elementor_page_assets', 'a:0:{}'),
(4051, 2399, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4053, 2, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853267;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4055, 2189, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853288;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4060, 2401, '_elementor_edit_mode', 'builder'),
(4061, 2401, '_elementor_template_type', 'wp-page'),
(4062, 2401, '_elementor_version', '3.7.6'),
(4063, 2401, '_wp_page_template', 'default'),
(4064, 2401, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(4065, 2401, '_elementor_page_assets', 'a:0:{}'),
(4066, 2401, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853286;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4067, 2402, '_elementor_edit_mode', 'builder'),
(4068, 2402, '_elementor_template_type', 'wp-page'),
(4069, 2402, '_elementor_version', '3.7.6'),
(4070, 2402, '_wp_page_template', 'default'),
(4071, 2402, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(4072, 2402, '_elementor_page_assets', 'a:0:{}'),
(4073, 2402, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853286;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4074, 2403, '_elementor_edit_mode', 'builder'),
(4075, 2403, '_elementor_template_type', 'wp-page'),
(4076, 2403, '_elementor_version', '3.7.6'),
(4077, 2403, '_wp_page_template', 'default'),
(4078, 2403, '_elementor_data', '[{\"id\":\"b19cef2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f7b92d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"768e166\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HARVESTER (VARI-SPEED) BELTS\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eac8d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"043a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4f374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Hervester-Belts.jpg\",\"id\":2206,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa558db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"751eb77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b96822\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=4 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(4079, 2403, '_elementor_page_assets', 'a:0:{}'),
(4080, 2403, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853286;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4081, 2404, '_elementor_edit_mode', 'builder'),
(4082, 2404, '_elementor_template_type', 'wp-page'),
(4083, 2404, '_elementor_version', '3.7.6'),
(4084, 2404, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4085, 2404, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(4086, 2404, '_elementor_page_assets', 'a:0:{}'),
(4087, 2405, '_elementor_edit_mode', 'builder'),
(4088, 2405, '_elementor_template_type', 'wp-page'),
(4089, 2405, '_elementor_version', '3.7.6'),
(4090, 2405, '_wp_page_template', 'default'),
(4091, 2405, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(4092, 2405, '_elementor_page_assets', 'a:0:{}'),
(4093, 2406, '_elementor_edit_mode', 'builder'),
(4094, 2406, '_elementor_template_type', 'wp-page'),
(4095, 2406, '_elementor_version', '3.7.6'),
(4096, 2406, '_wp_page_template', 'default'),
(4097, 2406, '_elementor_data', '[{\"id\":\"84d8e55\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"54b0c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b5acd9\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"HEXAGONAL V-BELT\",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c0da3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f645c03\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=5 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"cf5fb4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maximum Belt Linear Speed-30 mtrs.\\/sec<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"51b9ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"181d6fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/HEXAGONAL-V-BELT-.jpg\",\"id\":2191,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(4098, 2406, '_elementor_page_assets', 'a:0:{}'),
(4099, 2407, '_elementor_edit_mode', 'builder'),
(4100, 2407, '_elementor_template_type', 'wp-page'),
(4101, 2407, '_elementor_version', '3.7.6'),
(4102, 2407, '_wp_page_template', 'default'),
(4103, 2407, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4104, 2407, '_elementor_page_assets', 'a:0:{}'),
(4105, 2407, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853290;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4106, 2408, '_elementor_edit_mode', 'builder'),
(4107, 2408, '_elementor_template_type', 'wp-page'),
(4108, 2408, '_elementor_version', '3.7.6'),
(4109, 2408, '_wp_page_template', 'default'),
(4110, 2408, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4111, 2408, '_elementor_page_assets', 'a:0:{}'),
(4112, 2408, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853290;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4113, 2409, '_elementor_edit_mode', 'builder'),
(4114, 2409, '_elementor_template_type', 'wp-page'),
(4115, 2409, '_elementor_version', '3.7.6'),
(4116, 2409, '_wp_page_template', 'default'),
(4117, 2409, '_elementor_data', '[{\"id\":\"d503e39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e6a4c55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a7fc2f\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"NARROW V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407057d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio is 1.2:1<\\/li><li>Temperature range:- 18<sup>O <\\/sup>C to +80<sup>O <\\/sup>C<\\/li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves<\\/li><li>Antistatic, Oil and Heat resistant<\\/li><\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"275eee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1715a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Narrow-V-Belt.jpg\",\"id\":2180,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0aaedd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ba77e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a0d17d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=6 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5d9a137\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*For belt speed more than 30 m\\/s, pulleys must be dynamically balanced.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4118, 2409, '_elementor_page_assets', 'a:0:{}'),
(4119, 2409, '_elementor_css', 'a:6:{s:4:\"time\";i:1663853290;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4120, 2200, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857211;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4121, 2410, '_elementor_edit_mode', 'builder'),
(4122, 2410, '_elementor_template_type', 'wp-page'),
(4123, 2410, '_elementor_version', '3.7.6'),
(4124, 2410, '_wp_page_template', 'default'),
(4125, 2410, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4126, 2410, '_elementor_page_assets', 'a:0:{}'),
(4127, 2410, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857057;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4128, 2411, '_elementor_edit_mode', 'builder'),
(4129, 2411, '_elementor_template_type', 'wp-page'),
(4130, 2411, '_elementor_version', '3.7.6'),
(4131, 2411, '_wp_page_template', 'default'),
(4132, 2411, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4133, 2411, '_elementor_page_assets', 'a:0:{}'),
(4134, 2411, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857057;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4135, 2412, '_elementor_edit_mode', 'builder'),
(4136, 2412, '_elementor_template_type', 'wp-page'),
(4137, 2412, '_elementor_version', '3.7.6'),
(4138, 2412, '_wp_page_template', 'default'),
(4139, 2412, '_elementor_data', '[{\"id\":\"ff1af38\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"34bd9a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e11387\",\"elType\":\"widget\",\"settings\":{\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"title_text_transform\":\"capitalize\",\"sub_title\":\"\",\"title\":\"CLASSICAL V-BELT \",\"align\":\"left\",\"button_text\":\"Button Text\",\"_css_classes\":\"text-align-left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ae6131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<\\/p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br \\/>High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br \\/>High tensile cord embedding cushion rubber compound<br \\/>Specially compounded high modulus compression rubber<br \\/>Standards, Dimensions &amp; Product Range:<\\/p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside<\\/p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fa82cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b47aa74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/akaashbelting.com\\/demo\\/wp-content\\/uploads\\/2022\\/09\\/Classical-V-Belt1.jpg\",\"id\":2167,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"550\"},\"_css_classes\":\"product-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdaa2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75affea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dd38aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[table id=2 \\/]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"205aeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length<\\/p><p>Features:<\\/p><ul><li>Top width to height ratio 1.6:1<\\/li><li>Temperature range: -18\\u00b0 C to +80\\u00b0 C<\\/li><li>Maximum recommended belt speed is 30 m\\/sec<\\/li><\\/ul><p>Antistatic, Oil and Heat resistant<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4140, 2412, '_elementor_page_assets', 'a:0:{}'),
(4141, 2412, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857057;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4142, 2135, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857246;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4143, 2184, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857261;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4144, 2149, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857272;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4145, 2373, '_elementor_css', 'a:7:{s:4:\"time\";i:1663857278;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(4146, 2413, '_wp_page_template', 'elementor_header_footer'),
(4147, 2413, '_elementor_edit_mode', 'builder'),
(4148, 2413, '_elementor_template_type', 'wp-page'),
(4149, 2413, '_elementor_version', '3.7.6'),
(4150, 2413, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: <a href=\\\"tel:98889 34699\\\">98889 34699<\\/a>, <a href=\\\"tel:0161 5002003\\\">0161 5002003<\\/a>, <a href=\\\"tel:98143 14699\\\">98143 14699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: <a href=\\\"tel:98143 14699\\\">98143 14699<\\/a>, <a href=\\\"tel:98889 34699\\\">98889 34699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(4151, 2413, '_elementor_page_assets', 'a:0:{}'),
(4152, 2413, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4153, 2413, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852403;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4154, 2414, '_wp_page_template', 'elementor_header_footer'),
(4155, 2414, '_elementor_edit_mode', 'builder'),
(4156, 2414, '_elementor_template_type', 'wp-page'),
(4157, 2414, '_elementor_version', '3.7.6'),
(4158, 2414, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: <a href=\\\"tel:98889 34699\\\">98889 34699<\\/a>, <a href=\\\"tel:0161 5002003\\\">0161 5002003<\\/a>, <a href=\\\"tel:98143 14699\\\">98143 14699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: <a href=\\\"tel:98143 14699\\\">98143 14699<\\/a>, <a href=\\\"tel:98889 34699\\\">98889 34699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(4159, 2414, '_elementor_page_assets', 'a:0:{}'),
(4160, 2414, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4161, 2414, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852403;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4162, 2415, '_wp_page_template', 'elementor_header_footer'),
(4163, 2415, '_elementor_edit_mode', 'builder'),
(4164, 2415, '_elementor_template_type', 'wp-page'),
(4165, 2415, '_elementor_version', '3.7.6'),
(4166, 2415, '_elementor_data', '[{\"id\":\"b8aa9b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8a1965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dd7d0be\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a1209d\",\"elType\":\"widget\",\"settings\":{\"address\":\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\",\"height\":{\"unit\":\"px\",\"size\":547,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"98b5ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"0897965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69fd69f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Heading Sub Title\",\"title\":\"Get in <span>Touch<\\/span> \",\"align\":\"left\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d4b7bac\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"},{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"d0634d2\",\"tab_title\":\"Title\",\"tab_url\":\"tel:+046320 474 458\"}],\"form_id\":\"1423\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"cf7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a195e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ad2bade\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fbd81d5\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Corporate Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n1st & 2nd Floor,\\n# 348\\/4\\/1\\/A, <br>Netaji Nagar, Salem Tabri,<br>\\nNear ICICI Bank,\\n<br>City Ludhiana-141008\\n(Punjab) INDIA\\n<\\/div>\\nPhone: <a href=\\\"tel:98889-34699\\\">98889-34699<\\/a>, <a href=\\\"tel:0161-5002003\\\">0161-5002003<\\/a>, <a href=\\\"tel:98143-14699\\\">98143-14699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false},{\"id\":\"c8b4609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"18df918\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"bdevs Info Box Sub Title\",\"title\":\"Head Office\",\"description\":\"bdevs info box description goes here\",\"slides\":[{\"image\":{\"url\":\"https:\\/\\/www.devsnews.com\\/wp\\/visapass\\/wp-content\\/plugins\\/bdevs-element\\/assets\\/img\\/placeholder.png\"},\"_id\":\"030ac2f\",\"tab_content\":\"<div class=\\\"text-align-center\\\">\\n2624, Opposite Sugar Mill,<br>\\nMuktsar Road,<br>\\nCity- Malout-152107 <br>(Punjab) INDIA. \\n<\\/div>\\nPhone: <a href=\\\"tel:98143-14699\\\">98143-14699<\\/a>, <a href=\\\"tel:98889-34699\\\">98889-34699<\\/a>\",\"slide_url\":\"\"}],\"title_typography\":\"custom\",\"title_font_family\":\"Poppins\",\"title_font_weight\":\"400\",\"subtitle_typography\":\"custom\",\"subtitle_font_family\":\"Poppins\",\"subtitle_font_weight\":\"400\",\"description_typography\":\"custom\",\"description_font_family\":\"Poppins\",\"description_font_weight\":\"500\",\"boxtitle_typography\":\"custom\",\"boxtitle_font_family\":\"Poppins\",\"boxtitle_font_weight\":\"400\",\"boxdescription_typography\":\"custom\",\"boxdescription_font_family\":\"Poppins\",\"boxdescription_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"contact_info\"}],\"isInner\":false}],\"isInner\":false}]'),
(4167, 2415, '_elementor_page_assets', 'a:0:{}'),
(4168, 2415, '_elementor_controls_usage', 'a:6:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:3:\"cf7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"_section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:1;}s:12:\"_section_cf7\";a:1:{s:7:\"form_id\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:12:\"contact_info\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"_section_title\";a:1:{s:5:\"title\";i:3;}s:22:\"_section_features_list\";a:1:{s:6:\"slides\";i:3;}}}}s:5:\"brand\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"_section_brand_items\";a:2:{s:6:\"slides\";i:1;s:14:\"thumbnail_size\";i:1;}}}}}'),
(4169, 2415, '_elementor_css', 'a:6:{s:4:\"time\";i:1663852403;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4170, 1385, '_elementor_css', 'a:6:{s:4:\"time\";i:1663857469;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4171, 1236, '_elementor_css', 'a:6:{s:4:\"time\";i:1712878703;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:19:\"bdevs-element-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4172, 1377, '_elementor_css', 'a:6:{s:4:\"time\";i:1712878713;s:5:\"fonts\";a:0:{}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:\"\";}'),
(4173, 1702, '_elementor_css', 'a:6:{s:4:\"time\";i:1712878722;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4174, 938, '_elementor_css', 'a:6:{s:4:\"time\";i:1712878763;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";i:7;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4175, 1040, '_elementor_css', 'a:6:{s:4:\"time\";i:1712907248;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:24:\"bdevs-element-flat-icons\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4176, 1746, '_elementor_css', 'a:6:{s:4:\"time\";i:1713435953;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4177, 1737, '_elementor_css', 'a:6:{s:4:\"time\";i:1713448847;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4178, 1732, '_elementor_css', 'a:6:{s:4:\"time\";i:1713557614;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4179, 1709, '_elementor_css', 'a:6:{s:4:\"time\";i:1714175748;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4180, 1500, '_elementor_css', 'a:6:{s:4:\"time\";i:1714391009;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4181, 1756, '_elementor_css', 'a:6:{s:4:\"time\";i:1714397109;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4182, 1762, '_elementor_css', 'a:6:{s:4:\"time\";i:1714576847;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4183, 1787, '_elementor_css', 'a:6:{s:4:\"time\";i:1714592151;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4184, 938, '_edit_lock', '1722683989:1');

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

--
-- Table structure for table `wp_posts`
--

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

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2022-09-19 07:40:38', '2022-09-19 07:40:38', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-09-19 07:40:38', '2022-09-19 07:40:38', '', 0, 'http://akaashbelting.com/demo/?p=1', 0, 'post', '', 0),
(2, 1, '2022-09-19 07:40:38', '2022-09-19 07:40:38', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Sales &amp; Production Network</h2>\nDue to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\">', 'Our Presence', '', 'publish', 'closed', 'closed', '', 'our-presence', '', '', '2022-09-20 12:42:35', '2022-09-20 12:42:35', '', 0, 'http://akaashbelting.com/demo/?page_id=2', 0, 'page', '', 0),
(5, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"user_form\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"all\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Author Info', 'author-info', 'publish', 'closed', 'closed', '', 'group_5f3a285472b72', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 0, 'https://www.devsnews.com/wp/visapass/?p=5', 0, 'acf-field-group', '', 0),
(6, 1, '2022-09-19 07:42:43', '2022-09-19 07:42:43', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2022-09-20 10:56:35', '2022-09-20 10:56:35', '', 0, 'http://akaashbelting.com/demo/?p=6', 0, 'elementor_library', '', 0),
(7, 1, '2022-09-19 07:43:25', '2022-09-19 07:43:25', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@akaashbelting.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@akaashbelting.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2022-09-19 07:43:25', '2022-09-19 07:43:25', '', 0, 'http://akaashbelting.com/demo/?post_type=wpcf7_contact_form&p=7', 0, 'wpcf7_contact_form', '', 0),
(8, 1, '2022-09-19 07:43:52', '2022-09-19 07:43:52', '', 'One Click Demo Import - log_file_2022-09-19__07-43-52', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2022-09-19__07-43-52', '', '', '2022-09-19 07:43:52', '2022-09-19 07:43:52', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/log_file_2022-09-19__07-43-52.txt', 0, 'attachment', 'text/plain', 0),
(9, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:10:\"Written by\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Written by', 'visapass_write_by', 'publish', 'closed', 'closed', '', 'field_5f3a3740d496c', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 5, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=6', 0, 'acf-field', '', 0),
(10, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}', 'Facebook', 'visapass_facebook', 'publish', 'closed', 'closed', '', 'field_5f3a28b84077d', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 5, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=7', 1, 'acf-field', '', 0),
(11, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}', 'Twitter', 'visapass_twitter', 'publish', 'closed', 'closed', '', 'field_5f3a2eb908256', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 5, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=8', 2, 'acf-field', '', 0),
(12, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}', 'Linkedin', 'visapass_linkedin', 'publish', 'closed', 'closed', '', 'field_5f3a2eb708255', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 5, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=9', 3, 'acf-field', '', 0),
(13, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}', 'Instagram', 'visapass_instagram', 'publish', 'closed', 'closed', '', 'field_5f3a2eb608254', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 5, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=10', 4, 'acf-field', '', 0),
(14, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}', 'Youtube', 'visapass_youtube', 'publish', 'closed', 'closed', '', 'field_5f3a2eb408252', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 5, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=11', 5, 'acf-field', '', 0),
(15, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:13:\"photo_gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:21:\"fields[gallery_images\";a:2:{s:10:\"edit_modal\";s:7:\"Default\";s:12:\"images_limit\";s:0:\"\";}s:10:\"edit_modal\";s:7:\"Default\";}', 'Gallery Images', 'gallery_images', 'publish', 'closed', 'closed', '', 'field_5ee5f56ae8e7a', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 29, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=13', 0, 'acf-field', '', 0),
(16, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:27:\"Is it invisible breadcrumb?\";s:13:\"default_value\";i:0;s:2:\"ui\";i:1;s:10:\"ui_on_text\";s:3:\"Yes\";s:11:\"ui_off_text\";s:2:\"No\";}', 'Is it invisible breadcrumb?', 'is_it_invisible_breadcrumb', 'publish', 'closed', 'closed', '', 'field_5ee5a2875481b', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=15', 0, 'acf-field', '', 0),
(17, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:27:\"Breadcrumb Background Image\";s:8:\"required\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5ee5a2875481b\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"1\";}}}s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:7:\"jpg,png\";}', 'Breadcrumb Background Image', 'breadcrumb_background_image', 'publish', 'closed', 'closed', '', 'field_5ee5a3275481c', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=16', 1, 'acf-field', '', 0),
(18, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:32:\"Hide Breadcrumb Background Image\";s:8:\"required\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5ee5a2875481b\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"1\";}}}s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:32:\"Hide Breadcrumb Background Image\";s:13:\"default_value\";i:1;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}', 'Hide Breadcrumb Background Image', 'hide_breadcrumb_background_image', 'publish', 'closed', 'closed', '', 'field_5ee5a3955481d', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=17', 2, 'acf-field', '', 0),
(19, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:40:\"For Enable Secondary Logo Please Go Here\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}', 'Enable Secondary Logo', 'is_enable_sec_logo', 'publish', 'closed', 'closed', '', 'field_5ee5ba74c315f', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=18', 3, 'acf-field', '', 0),
(20, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:26:\"Please chose header style.\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:1:{s:14:\"header-style-1\";s:14:\"Header Style 1\";}s:13:\"default_value\";s:14:\"header-style-1\";s:10:\"allow_null\";i:1;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}', 'Header Style', 'header_style', 'publish', 'closed', 'closed', '', 'field_5ee5b7e62edef', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=19', 4, 'acf-field', '', 0),
(21, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:26:\"Please chose footer style.\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:2:{s:14:\"footer-style-1\";s:14:\"Footer Style 1\";s:14:\"footer-style-2\";s:14:\"Footer Style 2\";}s:13:\"default_value\";s:14:\"footer-style-1\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}', 'Footer Style', 'footer_style', 'publish', 'closed', 'closed', '', 'field_5efb0ded987fe', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=20', 5, 'acf-field', '', 0),
(22, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Footer BG Image', 'visapass_footer_bg', 'publish', 'closed', 'closed', '', 'field_5f0d8782e4a95', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=21', 6, 'acf-field', '', 0),
(23, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:8:{s:4:\"type\";s:12:\"color_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:14:\"enable_opacity\";i:0;s:13:\"return_format\";s:6:\"string\";}', 'Footer BG Color', 'visapass_footer_bg_color', 'publish', 'closed', 'closed', '', 'field_5f0d88eae4a96', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 30, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=22', 7, 'acf-field', '', 0),
(24, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:13:\"photo_gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"fields[department_gallery\";a:2:{s:10:\"edit_modal\";s:7:\"Default\";s:12:\"images_limit\";s:0:\"\";}s:10:\"edit_modal\";s:7:\"Default\";}', 'Gallery', 'department_gallery', 'publish', 'closed', 'closed', '', 'field_5f8ee8f70c702', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 31, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=24', 0, 'acf-field', '', 0),
(25, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}', 'Department Info List', 'department_info_list', 'publish', 'closed', 'closed', '', 'field_6018dc587322a', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 31, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&#038;p=25', 1, 'acf-field', '', 0),
(26, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:18:\"Branding Creative:\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Sub title', 'case_sub_title', 'publish', 'closed', 'closed', '', 'field_6018dc886b702', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 25, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=26', 0, 'acf-field', '', 0),
(27, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:13:\"June 14, 2021\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Case date', 'case_date', 'publish', 'closed', 'closed', '', 'field_6018dcf46b703', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 25, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=27', 1, 'acf-field', '', 0),
(28, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:9:\"Category:\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Category label', 'case_cat_label', 'publish', 'closed', 'closed', '', 'field_6018dd056b704', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 25, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=28', 2, 'acf-field', '', 0),
(29, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:11:\"post_format\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"gallery\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";b:0;}', 'Gallery Post Formatted', 'gallery-post-formatted', 'publish', 'closed', 'closed', '', 'group_5ee5f5398c424', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 0, 'https://www.devsnews.com/wp/visapass/?p=12', 0, 'acf-field-group', '', 0),
(30, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Page Info', 'page-info', 'publish', 'closed', 'closed', '', 'group_5ee5a1f9c8794', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 0, 'https://www.devsnews.com/wp/visapass/?p=14', 0, 'acf-field-group', '', 0),
(31, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"bdevs-cases\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";b:0;}', 'Portfolio', 'portfolio', 'publish', 'closed', 'closed', '', 'group_5f0ff04d9426c', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 0, 'https://www.devsnews.com/wp/visapass/?p=23', 0, 'acf-field-group', '', 0),
(32, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:36:\"UX Design, Art Direction, Consulting\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Case cat title', 'case_cat_title', 'publish', 'closed', 'closed', '', 'field_6018dd6029530', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 25, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=29', 3, 'acf-field', '', 0),
(33, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:9:\"Customer:\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Customer label', 'case_customer_label', 'publish', 'closed', 'closed', '', 'field_6018de0c29531', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 25, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=30', 4, 'acf-field', '', 0),
(34, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:13:\"Envato Market\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Customer text', 'case_customer_text', 'publish', 'closed', 'closed', '', 'field_6018de6529532', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 25, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=31', 5, 'acf-field', '', 0),
(35, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:12:\"Show Project\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Project Button Text', 'project_button', 'publish', 'closed', 'closed', '', 'field_6018e7ded4948', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 31, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=32', 2, 'acf-field', '', 0),
(36, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:8:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:11:\"post_format\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"video\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:11:\"post_format\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"audio\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";b:0;}', 'Post Formatted', 'post-formatted', 'publish', 'closed', 'closed', '', 'group_5ee5c87c21be4', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 0, 'https://www.devsnews.com/wp/visapass/?p=33', 0, 'acf-field-group', '', 0),
(37, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Fromate Link', 'fromate_style', 'publish', 'closed', 'closed', '', 'field_5ee5e1f7dfd22', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 36, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=34', 0, 'acf-field', '', 0),
(38, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"bdevs-services\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";b:0;}', 'Services', 'services', 'publish', 'closed', 'closed', '', 'group_5f0e9d6d007ea', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 0, 'https://www.devsnews.com/wp/visapass/?p=35', 0, 'acf-field-group', '', 0),
(39, 1, '2021-12-08 10:13:46', '2021-12-08 10:13:46', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:24:\"Department Details Thumb\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"40\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Department Details Thumb', 'department_details_thumb', 'publish', 'closed', 'closed', '', 'field_5f0e9d6d0a068', '', '', '2021-12-08 10:13:46', '2021-12-08 10:13:46', '', 38, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=36', 0, 'acf-field', '', 0),
(53, 1, '2021-12-09 06:55:36', '2021-12-09 06:55:36', '', 'Course Details', '', 'publish', 'closed', 'closed', '', 'course-details', '', '', '2021-12-09 06:55:36', '2021-12-09 06:55:36', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=53', 0, 'page', '', 0),
(73, 1, '2021-12-09 07:04:03', '2021-12-09 07:04:03', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2021-12-09 07:04:03', '2021-12-09 07:04:03', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=73', 0, 'page', '', 0),
(77, 1, '2021-12-09 07:22:23', '2021-12-09 07:22:23', '', 'ab-us', '', 'inherit', 'open', 'closed', '', 'ab-us', '', '', '2021-12-09 07:22:23', '2021-12-09 07:22:23', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/ab-us.jpg', 0, 'attachment', 'image/jpeg', 0),
(109, 1, '2021-12-09 08:26:22', '2021-12-09 08:26:22', '', 'f-logo', '', 'inherit', 'open', 'closed', '', 'f-logo', '', '', '2021-12-09 08:26:22', '2021-12-09 08:26:22', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/f-logo.png', 0, 'attachment', 'image/png', 0),
(113, 1, '2021-12-09 08:50:04', '2021-12-09 08:50:04', '', 'footer-bg', '', 'inherit', 'open', 'closed', '', 'footer-bg', '', '', '2021-12-09 08:50:04', '2021-12-09 08:50:04', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/footer-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(117, 1, '2021-12-09 09:25:25', '2021-12-09 09:25:25', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/b7-1.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Web Development To Update React Hooks Cons', '', 'publish', 'open', 'open', '', 'web-development-to-update-react-hooks-cons', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?p=117', 0, 'post', '', 0),
(119, 1, '2021-12-09 09:23:44', '2021-12-09 09:23:44', '', 'b7', '', 'inherit', 'open', 'closed', '', 'b7', '', '', '2021-12-09 09:23:44', '2021-12-09 09:23:44', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/b7.jpg', 0, 'attachment', 'image/jpeg', 0),
(122, 1, '2021-12-09 09:39:42', '2021-12-09 09:39:42', '', 'Untitled-1', '', 'inherit', 'open', 'closed', '', 'untitled-1', '', '', '2021-12-09 09:39:42', '2021-12-09 09:39:42', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/Untitled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(124, 1, '2021-12-09 09:58:21', '2021-12-09 09:58:21', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blogd-1-2-1.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Designing Better Links For Websites And Emails: A Guideline', '', 'publish', 'open', 'open', '', 'designing-better-links-for-websites-and-emails-a-guideline', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?p=124', 0, 'post', '', 0),
(125, 1, '2021-12-09 09:54:20', '2021-12-09 09:54:20', '', 'blog-1-2', '', 'inherit', 'open', 'closed', '', 'blog-1-2', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 124, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blog-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(126, 1, '2021-12-09 09:58:03', '2021-12-09 09:58:03', '', 'blogd-1-2', '', 'inherit', 'open', 'closed', '', 'blogd-1-2', '', '', '2021-12-09 09:58:03', '2021-12-09 09:58:03', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blogd-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2021-12-09 10:07:59', '2021-12-09 10:07:59', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blogd-1-2-2-1.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'A Guide To Attracting Clients To Your Agency', '', 'publish', 'open', 'open', '', 'a-guide-to-attracting-clients-to-your-agency', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?p=128', 0, 'post', '', 0),
(129, 1, '2021-12-09 10:05:13', '2021-12-09 10:05:13', '', 'blog-1-2-3', '', 'inherit', 'open', 'closed', '', 'blog-1-2-3', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 128, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blog-1-2-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2021-12-09 10:05:46', '2021-12-09 10:05:46', '', 'blogd-1-2-2', '', 'inherit', 'open', 'closed', '', 'blogd-1-2-2', '', '', '2021-12-09 10:05:46', '2021-12-09 10:05:46', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blogd-1-2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2021-12-09 10:13:09', '2021-12-09 10:13:09', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blogd-1-2-1.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Useful Front-End Boilerplates And Starter Kits', '', 'publish', 'open', 'open', '', 'useful-front-end-boilerplates-and-starter-kits', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?p=132', 0, 'post', '', 0),
(133, 1, '2021-12-09 10:12:23', '2021-12-09 10:12:23', '', 'blog-1-3', '', 'inherit', 'open', 'closed', '', 'blog-1-3', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 132, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blog-1-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2021-12-09 10:19:56', '2021-12-09 10:19:56', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blogd-1-2-2-1.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Useful VS Code Extensions For Front-End Developers', '', 'publish', 'open', 'open', '', 'useful-vs-code-extensions-for-front-end-developers', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?p=136', 0, 'post', '', 0),
(137, 1, '2021-12-09 10:19:15', '2021-12-09 10:19:15', '', 'blog-1-5', '', 'inherit', 'open', 'closed', '', 'blog-1-5', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 136, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blog-1-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 1, '2021-12-09 10:23:02', '2021-12-09 10:23:02', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/b7-1.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'A Guide To Undoing Mistakes With Git', '', 'publish', 'open', 'open', '', 'a-guide-to-undoing-mistakes-with-git', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?p=140', 0, 'post', '', 0),
(141, 1, '2021-12-09 10:22:35', '2021-12-09 10:22:35', '', 'blog-1-6', '', 'inherit', 'open', 'closed', '', 'blog-1-6', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 140, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blog-1-6.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_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
(192, 1, '2021-12-12 09:17:04', '2021-12-12 09:17:04', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2021-12-12 09:17:04', '2021-12-12 09:17:04', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/favicon.png', 0, 'attachment', 'image/png', 0),
(204, 1, '2022-01-11 09:14:11', '2022-01-11 09:14:11', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit-2', '', '', '2022-01-11 09:14:11', '2022-01-11 09:14:11', '', 0, 'https://www.devsnews.com/wp/visapass/?p=204', 0, 'elementor_library', '', 0),
(208, 1, '2022-01-11 09:31:19', '2022-01-11 09:31:19', '', 'download-11', '', 'inherit', 'open', 'closed', '', 'download-11', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/download-11.jpeg', 0, 'attachment', 'image/jpeg', 0),
(219, 1, '2022-01-11 09:47:48', '2022-01-11 09:47:48', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/about-us/\" href=\"https://akaashbelting.com/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2022-09-22 13:08:30', '2022-09-22 13:08:30', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=219', 0, 'page', '', 0),
(222, 1, '2022-01-11 09:49:27', '2022-01-11 09:49:27', '', 'cl-bg', '', 'inherit', 'open', 'closed', '', 'cl-bg', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/cl-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2022-01-11 09:50:00', '2022-01-11 09:50:00', '', 'cl-1', '', 'inherit', 'open', 'closed', '', 'cl-1', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/cl-1.png', 0, 'attachment', 'image/png', 0),
(258, 1, '2022-01-11 10:09:34', '2022-01-11 10:09:34', '', 'about2', '', 'inherit', 'open', 'closed', '', 'about2', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about2.jpg', 0, 'attachment', 'image/jpeg', 0),
(259, 1, '2022-01-11 10:09:54', '2022-01-11 10:09:54', '', 'about2-1', '', 'inherit', 'open', 'closed', '', 'about2-1', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(263, 1, '2022-01-11 10:10:18', '2022-01-11 10:10:18', '', 'seal', '', 'inherit', 'open', 'closed', '', 'seal', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/seal.png', 0, 'attachment', 'image/png', 0),
(282, 1, '2022-01-11 10:29:02', '2022-01-11 10:29:02', '', 't-1', '', 'inherit', 'open', 'closed', '', 't-1', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(283, 1, '2022-01-11 10:29:03', '2022-01-11 10:29:03', '', 't-2', '', 'inherit', 'open', 'closed', '', 't-2', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2022-01-11 10:29:04', '2022-01-11 10:29:04', '', 't-3', '', 'inherit', 'open', 'closed', '', 't-3', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 1, '2022-01-11 10:29:05', '2022-01-11 10:29:05', '', 't-4', '', 'inherit', 'open', 'closed', '', 't-4', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 1, '2022-01-11 10:29:07', '2022-01-11 10:29:07', '', 't-5', '', 'inherit', 'open', 'closed', '', 't-5', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(287, 1, '2022-01-11 10:29:08', '2022-01-11 10:29:08', '', 't-6', '', 'inherit', 'open', 'closed', '', 't-6', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(288, 1, '2022-01-11 10:29:10', '2022-01-11 10:29:10', '', 't-7', '', 'inherit', 'open', 'closed', '', 't-7', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(289, 1, '2022-01-11 10:29:11', '2022-01-11 10:29:11', '', 't-8', '', 'inherit', 'open', 'closed', '', 't-8', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(383, 1, '2022-01-11 11:26:46', '2022-01-11 11:26:46', '', 'ts-1', '', 'inherit', 'open', 'closed', '', 'ts-1', '', '', '2022-09-19 07:45:29', '2022-09-19 07:45:29', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-1.png', 0, 'attachment', 'image/png', 0),
(384, 1, '2022-01-11 11:26:47', '2022-01-11 11:26:47', '', 'ts-2', '', 'inherit', 'open', 'closed', '', 'ts-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-2.png', 0, 'attachment', 'image/png', 0),
(385, 1, '2022-01-11 11:26:48', '2022-01-11 11:26:48', '', 'ts-3', '', 'inherit', 'open', 'closed', '', 'ts-3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-3.png', 0, 'attachment', 'image/png', 0),
(387, 1, '2022-01-11 11:28:09', '2022-01-11 11:28:09', '', 'Map', '', 'inherit', 'open', 'closed', '', 'map', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/Map.png', 0, 'attachment', 'image/png', 0),
(493, 1, '2022-01-11 11:57:52', '2022-01-11 11:57:52', '', 'ct-bg', '', 'inherit', 'open', 'closed', '', 'ct-bg', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct-bg.png', 0, 'attachment', 'image/png', 0),
(506, 1, '2022-01-11 12:04:30', '2022-01-11 12:04:30', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2022-09-21 11:39:08', '2022-09-21 11:39:08', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=506', 0, 'page', '', 0),
(518, 1, '2022-01-11 12:06:47', '2022-01-11 12:06:47', '', 'c-1', '', 'inherit', 'open', 'closed', '', 'c-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(519, 1, '2022-01-11 12:07:15', '2022-01-11 12:07:15', '', 'flag1', '', 'inherit', 'open', 'closed', '', 'flag1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag1.png', 0, 'attachment', 'image/png', 0),
(526, 1, '2022-01-11 12:08:52', '2022-01-11 12:08:52', '', 'c-2', '', 'inherit', 'open', 'closed', '', 'c-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(527, 1, '2022-01-11 12:09:06', '2022-01-11 12:09:06', '', 'flag1', '', 'inherit', 'open', 'closed', '', 'flag1-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag1-1.png', 0, 'attachment', 'image/png', 0),
(534, 1, '2022-01-11 12:10:45', '2022-01-11 12:10:45', '', 'flag2', '', 'inherit', 'open', 'closed', '', 'flag2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag2.png', 0, 'attachment', 'image/png', 0),
(541, 1, '2022-01-11 12:11:25', '2022-01-11 12:11:25', '', 'c-3', '', 'inherit', 'open', 'closed', '', 'c-3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(542, 1, '2022-01-11 12:11:42', '2022-01-11 12:11:42', '', 'flag3', '', 'inherit', 'open', 'closed', '', 'flag3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag3.jpg', 0, 'attachment', 'image/jpeg', 0),
(551, 1, '2022-01-11 12:13:02', '2022-01-11 12:13:02', '', 'c-4', '', 'inherit', 'open', 'closed', '', 'c-4', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(561, 1, '2022-01-11 12:14:12', '2022-01-11 12:14:12', '', 'flag4', '', 'inherit', 'open', 'closed', '', 'flag4', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag4.png', 0, 'attachment', 'image/png', 0),
(562, 1, '2022-01-11 12:14:20', '2022-01-11 12:14:20', '', 'team', '', 'inherit', 'open', 'closed', '', 'team-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/team.jpg', 0, 'attachment', 'image/jpeg', 0),
(566, 1, '2022-01-11 12:14:35', '2022-01-11 12:14:35', '', 'c-5', '', 'inherit', 'open', 'closed', '', 'c-5', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(567, 1, '2022-01-11 12:14:54', '2022-01-11 12:14:54', '', 'c-5', '', 'inherit', 'open', 'closed', '', 'c-5-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(589, 1, '2022-01-11 12:16:44', '2022-01-11 12:16:44', '', 'team-01', '', 'inherit', 'open', 'closed', '', 'team-01', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/team-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2022-01-11 12:18:17', '2022-01-11 12:18:17', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/1.png', 0, 'attachment', 'image/png', 0),
(618, 1, '2022-01-11 12:18:43', '2022-01-11 12:18:43', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/2.png', 0, 'attachment', 'image/png', 0),
(619, 1, '2022-01-11 12:19:00', '2022-01-11 12:19:00', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/3.png', 0, 'attachment', 'image/png', 0),
(626, 1, '2022-01-11 12:19:29', '2022-01-11 12:19:29', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/4.png', 0, 'attachment', 'image/png', 0),
(631, 1, '2022-01-11 12:19:45', '2022-01-11 12:19:45', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/5.png', 0, 'attachment', 'image/png', 0),
(652, 1, '2022-01-11 12:22:31', '2022-01-11 12:22:31', '', 'testi1-bg', '', 'inherit', 'open', 'closed', '', 'testi1-bg', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/testi1-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(662, 1, '2022-01-11 12:24:06', '2022-01-11 12:24:06', '', 'tauthor-1', '', 'inherit', 'open', 'closed', '', 'tauthor-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/tauthor-1.png', 0, 'attachment', 'image/png', 0),
(789, 1, '2022-01-12 04:35:34', '2022-01-12 04:35:34', '', 'download (14)', '', 'inherit', 'open', 'closed', '', 'download-14', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/download-14.jpeg', 0, 'attachment', 'image/jpeg', 0),
(793, 1, '2022-01-12 04:36:03', '2022-01-12 04:36:03', '', 'download (14)', '', 'inherit', 'open', 'closed', '', 'download-14-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/download-14-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(797, 1, '2022-01-12 04:36:38', '2022-01-12 04:36:38', '', 'download (15)', '', 'inherit', 'open', 'closed', '', 'download-15', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/download-15.jpeg', 0, 'attachment', 'image/jpeg', 0),
(818, 1, '2022-01-12 04:52:27', '2022-01-12 04:52:27', '', 'business-visa (1)', '', 'inherit', 'open', 'closed', '', 'business-visa-1', '', '', '2022-09-19 11:15:18', '2022-09-19 11:15:18', '', 2115, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/business-visa-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(819, 1, '2022-01-12 04:52:55', '2022-01-12 04:52:55', '', 'featurs-1', '', 'inherit', 'open', 'closed', '', 'featurs-1', '', '', '2022-01-12 04:52:55', '2022-01-12 04:52:55', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(821, 1, '2022-01-12 04:53:47', '2022-01-12 04:53:47', '', 'featurs-2', '', 'inherit', 'open', 'closed', '', 'featurs-2', '', '', '2022-01-12 04:53:47', '2022-01-12 04:53:47', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(824, 1, '2022-01-12 04:56:46', '2022-01-12 04:56:46', '', 'featurs-3', '', 'inherit', 'open', 'closed', '', 'featurs-3', '', '', '2022-01-12 04:56:46', '2022-01-12 04:56:46', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(827, 1, '2022-01-12 04:58:37', '2022-01-12 04:58:37', '', 'featurs-4', '', 'inherit', 'open', 'closed', '', 'featurs-4', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(838, 1, '2022-01-12 05:07:03', '2022-01-12 05:07:03', '', 'scholarship-left (1)', '', 'inherit', 'open', 'closed', '', 'scholarship-left-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/scholarship-left-1.png', 0, 'attachment', 'image/png', 0),
(842, 1, '2022-01-12 05:08:56', '2022-01-12 05:08:56', '', 'download (1)', '', 'inherit', 'open', 'closed', '', 'download-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/download-1.png', 0, 'attachment', 'image/png', 0),
(843, 1, '2022-01-12 05:11:01', '2022-01-12 05:11:01', '', 's-1 (1)', '', 'inherit', 'open', 'closed', '', 's-1-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-1-1.png', 0, 'attachment', 'image/png', 0),
(844, 1, '2022-01-12 05:11:09', '2022-01-12 05:11:09', '', 's-2 (1)', '', 'inherit', 'open', 'closed', '', 's-2-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-2-1.png', 0, 'attachment', 'image/png', 0),
(845, 1, '2022-01-12 05:11:18', '2022-01-12 05:11:18', '', 's-1 (3)', '', 'inherit', 'open', 'closed', '', 's-1-3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-1-3.png', 0, 'attachment', 'image/png', 0),
(862, 1, '2022-01-12 05:16:05', '2022-01-12 05:16:05', '', 's-3', '', 'inherit', 'open', 'closed', '', 's-3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-3.png', 0, 'attachment', 'image/png', 0),
(863, 1, '2022-01-12 05:16:11', '2022-01-12 05:16:11', '', 's-5', '', 'inherit', 'open', 'closed', '', 's-5', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-5.png', 0, 'attachment', 'image/png', 0),
(867, 1, '2022-01-12 05:17:54', '2022-01-12 05:17:54', '', 'certificate (1)', '', 'inherit', 'open', 'closed', '', 'certificate-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/certificate-1.png', 0, 'attachment', 'image/png', 0),
(868, 1, '2022-01-12 05:18:06', '2022-01-12 05:18:06', '', 'about-1 (1)', '', 'inherit', 'open', 'closed', '', 'about-1-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about-1-1.png', 0, 'attachment', 'image/png', 0),
(869, 1, '2022-01-12 05:18:20', '2022-01-12 05:18:20', '', 'about-3 (1)', '', 'inherit', 'open', 'closed', '', 'about-3-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(870, 1, '2022-01-12 05:18:33', '2022-01-12 05:18:33', '', 'about-2 (1)', '', 'inherit', 'open', 'closed', '', 'about-2-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(887, 1, '2022-01-12 05:27:54', '2022-01-12 05:27:54', '', 'download (16)', '', 'inherit', 'open', 'closed', '', 'download-16', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/download-16.jpeg', 0, 'attachment', 'image/jpeg', 0),
(900, 1, '2022-01-12 05:30:45', '2022-01-12 05:30:45', '', 'business-adds', '', 'inherit', 'open', 'closed', '', 'business-adds', '', '', '2022-01-12 05:30:45', '2022-01-12 05:30:45', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/business-adds.jpg', 0, 'attachment', 'image/jpeg', 0),
(912, 1, '2022-01-12 05:36:06', '2022-01-12 05:36:06', '', 'c-1', '', 'inherit', 'open', 'closed', '', 'c-1-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(913, 1, '2022-01-12 05:36:07', '2022-01-12 05:36:07', '', 'c-2', '', 'inherit', 'open', 'closed', '', 'c-2-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(914, 1, '2022-01-12 05:36:08', '2022-01-12 05:36:08', '', 'c-3', '', 'inherit', 'open', 'closed', '', 'c-3-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(915, 1, '2022-01-12 05:36:09', '2022-01-12 05:36:09', '', 'c-4', '', 'inherit', 'open', 'closed', '', 'c-4-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(916, 1, '2022-01-12 05:36:10', '2022-01-12 05:36:10', '', 'c-5', '', 'inherit', 'open', 'closed', '', 'c-5-3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-5-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(917, 1, '2022-01-12 05:36:10', '2022-01-12 05:36:10', '', 'c-6', '', 'inherit', 'open', 'closed', '', 'c-6', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(918, 1, '2022-01-12 05:36:11', '2022-01-12 05:36:11', '', 'c-7', '', 'inherit', 'open', 'closed', '', 'c-7', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(919, 1, '2022-01-12 05:36:12', '2022-01-12 05:36:12', '', 'c-8', '', 'inherit', 'open', 'closed', '', 'c-8', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(920, 1, '2022-01-12 05:36:13', '2022-01-12 05:36:13', '', 'c-9', '', 'inherit', 'open', 'closed', '', 'c-9', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(921, 1, '2022-01-12 05:36:14', '2022-01-12 05:36:14', '', 'c-10', '', 'inherit', 'open', 'closed', '', 'c-10', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(922, 1, '2022-01-12 05:36:15', '2022-01-12 05:36:15', '', 'c-11', '', 'inherit', 'open', 'closed', '', 'c-11', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(923, 1, '2022-01-12 05:36:15', '2022-01-12 05:36:15', '', 'c-12', '', 'inherit', 'open', 'closed', '', 'c-12', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(924, 1, '2022-01-12 05:36:17', '2022-01-12 05:36:17', '', 'ct-bg', '', 'inherit', 'open', 'closed', '', 'ct-bg-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct-bg-1.png', 0, 'attachment', 'image/png', 0),
(925, 1, '2022-01-12 05:36:20', '2022-01-12 05:36:20', '', 'flag1', '', 'inherit', 'open', 'closed', '', 'flag1-3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag1-2.png', 0, 'attachment', 'image/png', 0),
(926, 1, '2022-01-12 05:36:21', '2022-01-12 05:36:21', '', 'flag2', '', 'inherit', 'open', 'closed', '', 'flag2-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag2-1.png', 0, 'attachment', 'image/png', 0),
(928, 1, '2022-01-12 05:36:22', '2022-01-12 05:36:22', '', 'flag3', '', 'inherit', 'open', 'closed', '', 'flag3-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(929, 1, '2022-01-12 05:36:22', '2022-01-12 05:36:22', '', 'flag4', '', 'inherit', 'open', 'closed', '', 'flag4-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag4-1.png', 0, 'attachment', 'image/png', 0),
(930, 1, '2022-01-12 05:36:23', '2022-01-12 05:36:23', '', 'flag5', '', 'inherit', 'open', 'closed', '', 'flag5', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag5.png', 0, 'attachment', 'image/png', 0),
(931, 1, '2022-01-12 05:36:24', '2022-01-12 05:36:24', '', 'flag6', '', 'inherit', 'open', 'closed', '', 'flag6', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag6.png', 0, 'attachment', 'image/png', 0),
(932, 1, '2022-01-12 05:36:25', '2022-01-12 05:36:25', '', 'flag7', '', 'inherit', 'open', 'closed', '', 'flag7', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag7.png', 0, 'attachment', 'image/png', 0),
(933, 1, '2022-01-12 05:36:26', '2022-01-12 05:36:26', '', 'flag8', '', 'inherit', 'open', 'closed', '', 'flag8', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag8.png', 0, 'attachment', 'image/png', 0),
(934, 1, '2022-01-12 05:36:27', '2022-01-12 05:36:27', '', 'flag9', '', 'inherit', 'open', 'closed', '', 'flag9', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag9.png', 0, 'attachment', 'image/png', 0),
(935, 1, '2022-01-12 05:36:28', '2022-01-12 05:36:28', '', 'flag10', '', 'inherit', 'open', 'closed', '', 'flag10', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag10.png', 0, 'attachment', 'image/png', 0),
(936, 1, '2022-01-12 05:36:29', '2022-01-12 05:36:29', '', 'flag11', '', 'inherit', 'open', 'closed', '', 'flag11', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag11.png', 0, 'attachment', 'image/png', 0),
(937, 1, '2022-01-12 05:36:31', '2022-01-12 05:36:31', '', 'flag12', '', 'inherit', 'open', 'closed', '', 'flag12', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag12.png', 0, 'attachment', 'image/png', 0),
(938, 1, '2022-01-12 05:37:34', '2022-01-12 05:37:34', '<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/services-1-1.jpg\" alt=\"\">\r\n                                                        Featured Services \r\n                                                        <h2>We Take The Challenge to Make The Life Easier </h2>                                                            <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration</p>\r\n                                                                        <h4>\r\n                                        Proper<br> Information                                     </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n                                                                        <h4>\r\n                                        Advice &amp; <br> Consultancy                                    </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n                                                                        <h4>\r\n                                        Tour &amp; Travel <br>Guidelines                                     </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n                                                                        <h4>\r\n                                        Education <br>Tips and Tricks                                     </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n			                <!-- service -->\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Business Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Student Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Read More </a>\r\n                            <h1>25\r\n                             K+                           </h1>\r\n                                                        Happy Clients &amp; Students\r\n                            <h1>80\r\n                             +                           </h1>\r\n                                                        Countries Affiliation\r\n                            <h1>360\r\n                                                        </h1>\r\n                                                        Top University Partner\r\n                            <h1>23\r\n                             k+                           </h1>\r\n                                                        Visa &amp; Immigration\r\n        <section>\r\n                         Working Process                             \r\n                            <h2>\r\n                                We Take 1-2 Working Months For Processing                            </h2>\r\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\r\n                                                              <a href=\"\"> \r\n                                Visa Requests</a>\r\n                                                              <a href=\"\"> \r\n                                 Visa Apply</a>\r\n                                                              <a href=\"\"> \r\n                                Visa Service</a>\r\n                                <a href=\"/wp/visapass/contact/\">See Packages</a>\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ab-m-1.jpg\" alt=\"\">\r\n                                <a href=\"https://www.youtube.com/watch?v=n07QCmVYc6M\"></a>\r\n        </section>\r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=938', 0, 'page', '', 0),
(969, 1, '2022-01-12 05:50:45', '2022-01-12 05:50:45', '', 'business-1', '', 'inherit', 'open', 'closed', '', 'business-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/business-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(970, 1, '2022-01-12 05:52:12', '2022-01-12 05:52:12', '', 'services-1', '', 'inherit', 'open', 'closed', '', 'services-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 938, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/services-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1000, 1, '2022-01-12 05:55:20', '2022-01-12 05:55:20', '', 'bussiness-2', '', 'inherit', 'open', 'closed', '', 'bussiness-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/bussiness-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_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
(1040, 1, '2022-01-12 06:09:38', '2022-01-12 06:09:38', 'An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted to bring somebody to assist them but limited to 1 person per applicant or group. VFS Global will not allow.\r\n\r\nIssuance of the immigrant visa to the intending immigrant. Before the immigrant visa expires, the intended immigrant must show the immigrant visa at a U.S. port-of-entry. When an immigrant\'s immigrant visa is approved, he or she becomes a lawful for Individuals and circumstances influence how long.\r\n\r\n[table id=2 /]\r\n<h3>Visa Application Whole Process</h3>\r\nLorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.\r\n<figure></figure>\r\n<h4>Ensure\r\nThe Requrements</h4>\r\nWork permit approval in higher education is designed for career professionals seeking\r\n<figure></figure>\r\n<h4>Collection\r\nThe Documents</h4>\r\nWork permit approval in higher education is designed for career professionals seeking\r\n<figure></figure>\r\n<h4>Fill Up\r\nThe Required From</h4>\r\nWork permit approval in higher education is designed for career professionals seeking\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/business-1-1.jpg\" alt=\"\" />\r\n<h4>Necessary Documents</h4>\r\n<ul>\r\n 	<li>Two Recently taken posts must be attas</li>\r\n 	<li>A valid passport</li>\r\n 	<li>Round trip reservation or itinerary</li>\r\n 	<li>Travel insurance policy</li>\r\n 	<li>Proof of paid visa fee</li>\r\n</ul>\r\n<a href=\"/wp/visapass/services/\" data-wow-delay=\"\">View More Requrements</a>\r\n<h3>Visa Application Whole Process</h3>\r\nLorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.\r\n<ul>\r\n 	<li>Processing time: 7 - 28 Days</li>\r\n 	<li>Stay period: Up to 180 Days</li>\r\n 	<li>Entry Persons: Single / Double</li>\r\n 	<li>Life Insurance: Yes</li>\r\n 	<li>Medical Checkup: Yes</li>\r\n 	<li>Total Charges: $23,570</li>\r\n</ul>\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/bussiness-2-1.jpg\" alt=\"img\" />\r\n<h5><a href=\"tel:http://+1%20890%20565%20398\">+1 890 565 398</a></h5>\r\nEngland dotted with a lush, green landscape, rustic villages and throbbing with humanity. South Asian country that has plenty to offer to visitors with its diverse wildlife .We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\r\n<h2 id=\"heading_0\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_0\" aria-expanded=\"true\" aria-controls=\"collapse_0\">\r\nHow long does it take for a Transit Visa to process? </button></h2>\r\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\r\n<h2 id=\"heading_1\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_1\" aria-expanded=\"false\" aria-controls=\"collapse_1\">\r\nWhat is the purpose of the United States Business visa? </button></h2>\r\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\r\n<h2 id=\"heading_2\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_2\" aria-expanded=\"false\" aria-controls=\"collapse_2\">\r\nIf the applicant is intending to stay more than 3 months? </button></h2>\r\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\r\n<h2 id=\"heading_3\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_3\" aria-expanded=\"false\" aria-controls=\"collapse_3\">\r\nWhat are the important things to know as a Transit Visa applicant? </button></h2>\r\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\r\n\r\n&nbsp;', 'Job/Work Visa', 'Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates', 'publish', 'closed', 'closed', '', 'job-work-visa', '', '', '2022-09-19 11:22:50', '2022-09-19 11:22:50', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-services&#038;p=1040', 0, 'bdevs-services', '', 0),
(1045, 1, '2022-01-12 06:37:59', '2022-01-12 06:37:59', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2022-01-12 06:37:59', '2022-01-12 06:37:59', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(1052, 1, '2022-01-12 06:46:12', '2022-01-12 06:46:12', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"courses\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Course Logo', 'course-logo', 'publish', 'closed', 'closed', '', 'group_61de791637089', '', '', '2022-01-12 06:46:12', '2022-01-12 06:46:12', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field-group&amp;p=1052', 0, 'acf-field-group', '', 0),
(1053, 1, '2022-01-12 06:46:12', '2022-01-12 06:46:12', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Course Logo', 'course_logo', 'publish', 'closed', 'closed', '', 'field_61de7923fc948', '', '', '2022-01-12 06:46:12', '2022-01-12 06:46:12', '', 1052, 'https://www.devsnews.com/wp/visapass/?post_type=acf-field&amp;p=1053', 0, 'acf-field', '', 0),
(1054, 1, '2022-01-12 06:47:37', '2022-01-12 06:47:37', '', 'coacing-logo', '', 'inherit', 'open', 'closed', '', 'coacing-logo', '', '', '2022-01-12 06:47:37', '2022-01-12 06:47:37', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo.png', 0, 'attachment', 'image/png', 0),
(1075, 1, '2022-01-12 07:01:59', '2022-01-12 07:01:59', '', 'coacing-logo2', '', 'inherit', 'open', 'closed', '', 'coacing-logo2', '', '', '2022-01-12 07:01:59', '2022-01-12 07:01:59', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo2.png', 0, 'attachment', 'image/png', 0),
(1147, 1, '2022-01-12 07:25:42', '2022-01-12 07:25:42', '', 'coacing-logo5', '', 'inherit', 'open', 'closed', '', 'coacing-logo5', '', '', '2022-01-12 07:25:42', '2022-01-12 07:25:42', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo5.png', 0, 'attachment', 'image/png', 0),
(1164, 1, '2022-01-12 07:48:59', '2022-01-12 07:48:59', '', 'coacing-logo2', '', 'inherit', 'open', 'closed', '', 'coacing-logo2-2', '', '', '2022-01-12 07:48:59', '2022-01-12 07:48:59', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo2-1.png', 0, 'attachment', 'image/png', 0),
(1236, 1, '2022-01-12 08:59:24', '2022-01-12 08:59:24', '<h2>Most Ranked Courses</h2>                                            \r\n                            <ul>\r\n                                                                                                <li data-filter=\"*\">See All</li>\r\n                                <li data-filter=\".ielts\">IELTS</li>\r\n                                                                                                                                <li data-filter=\".english\">English</li>\r\n                                                                                                                                <li data-filter=\".toefl\">TOEFL</li>\r\n                                                                                                                                <li data-filter=\".business\">Business</li>\r\n                                                                                                                                <li data-filter=\".training\">Training</li>\r\n                                                                                            </ul>\r\n                                                                 3h 33m 33s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\">\r\n                                      <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/b6-1.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/coacing-logo2-1-1.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\">Native English Spoken Course For Business</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\"> 10 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\">Details </a></li>\r\n                                </ul>\r\n                                                                 4h 50m \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\">\r\n                                      <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/b2-1.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/coacing-logo2-1-1.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\">Special Training On Machineries Components Engineering</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\"> 8 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\">Details </a></li>\r\n                                </ul>\r\n                                                                 5h 25m \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\">\r\n                                      <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/b3-1.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/coacing-logo5-1.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\">Spanish Language Course For Jobs Seekers</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\"> 10 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\">Details </a></li>\r\n                                </ul>\r\n                                                                 4h 55m 13s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\">\r\n                                      <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/b4-1.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/coacing-logo-1.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\">IBusiness English Spoken Course For Beginners</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\"> 11 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\">Details </a></li>\r\n                                </ul>\r\n                                                                 5h 3m 33s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\">\r\n                                      <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/b1-1.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/coacing-logo2-2.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\">Test Of English as a Foreign Language (TOEFL)</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\"> 12 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\">Details </a></li>\r\n                                </ul>\r\n                                                                 10h 50m 20s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\">\r\n                                      <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/b5-1.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/coacing-logo-1.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\">Internation English Language Testing Systems (IELTS)</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\"> 12 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\">Details </a></li>\r\n                                </ul>\r\n                                                  <h2>Need Coaching Help? Look Here </h2>                    \r\n                            <h2 id=\"heading_0\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_0\" \r\n                                aria-expanded=\"true\" \r\n                                aria-controls=\"collapse_0\">\r\n                                    How long does it take for a Transit Visa to process?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_1\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_1\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_1\">\r\n                                    What is the purpose of the United States Business visa?                                                                         </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_2\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_2\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_2\">\r\n                                    If the applicant is intending to stay more than 3 months?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_3\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_3\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_3\">\r\n                                    What are the important things to know as a Transit Visa applicant?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_4\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_4\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_4\">\r\n                                    How do I read and understand my visa?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_5\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_5\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_5\">\r\n                                    Can I bring friends and family with me, if I am to be interviewed?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'Coaching', '', 'publish', 'closed', 'closed', '', 'coaching', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=1236', 0, 'page', '', 0),
(1239, 1, '2022-01-12 09:05:21', '2022-01-12 09:05:21', '', 'abfact', '', 'inherit', 'open', 'closed', '', 'abfact', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 506, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/abfact.jpg', 0, 'attachment', 'image/jpeg', 0),
(1253, 1, '2022-01-12 09:16:33', '2022-01-12 09:16:33', '', 'ab-m', '', 'inherit', 'open', 'closed', '', 'ab-m', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 506, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ab-m.jpg', 0, 'attachment', 'image/jpeg', 0),
(1276, 1, '2022-01-12 09:22:51', '2022-01-12 09:22:51', '', 'featurs-2 (4)', '', 'inherit', 'open', 'closed', '', 'featurs-2-4', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-2-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1280, 1, '2022-01-12 09:23:32', '2022-01-12 09:23:32', '', 'featurs-1 (1)', '', 'inherit', 'open', 'closed', '', 'featurs-1-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1327, 1, '2022-01-12 09:53:51', '2022-01-12 09:53:51', '', 'services-bg', '', 'inherit', 'open', 'closed', '', 'services-bg', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 938, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/services-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(1353, 1, '2022-01-12 10:58:34', '2022-01-12 10:58:34', '22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>', 'Year History', '', 'publish', 'closed', 'closed', '', 'year-history', '', '', '2022-01-12 10:58:34', '2022-01-12 10:58:34', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=elementor_library&amp;p=1353', 0, 'elementor_library', '', 0),
(1377, 1, '2022-01-12 11:36:39', '2022-01-12 11:36:39', '<h2>Most Popular Countries</h2>                    \r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-1-1-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag1-2-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">UNITED STATES</a></h5>                                                                                <p >58 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-2-1-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/new-zealand/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag2-1-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/new-zealand/\"> NEW ZEALAND</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-3-1-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-kingdom/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag3-1-1.jpg\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-kingdom/\">UNITED KINGDOM</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-4-1-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/switzerland/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag4-1-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/switzerland/\">SWITZERLAND</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-5-2-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/australia/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag5-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/australia/\">AUSTRALIA</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-6-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag6-1-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">BANGLADESH</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-7-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/canada/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag7-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/canada/\">CANADA</a></h5>                                                                                <p >33 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-8-1.jpg\" alt=\"\">\r\n                                            <a href=\"https://www.devsnews.com/wp/visapass/ourcountries/china/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag8-1.png\" alt=\"\">\r\n                                        <h5><a href=\"https://www.devsnews.com/wp/visapass/ourcountries/china/\"> CHINA</a></h5>                                                                                <p >38 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-12-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag9-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">DENMARK</a></h5>                                                                                <p >33 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-10-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag10-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">FRANCE</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-9-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag11-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">GERMANY</a></h5>                                                                                <p >33 UNIVERSITIES</p>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-11-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag12-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">NORWAY</a></h5>                                                                                <p >38 UNIVERSITIES</p>\r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'Countries', '', 'publish', 'closed', 'closed', '', 'countries', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=1377', 0, 'page', '', 0),
(1385, 1, '2022-01-12 12:00:18', '2022-01-12 12:00:18', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889-34699, 0161-5002003, 98143-14699</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: <a href=\"tel:98889-34699\">98889-34699</a>, <a href=\"tel:0161-5002003\">0161-5002003</a>, <a href=\"tel:98143-14699\">98143-14699</a></a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143-14699, 98889-34699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: <a href=\"tel:98143-14699\">98143-14699</a>, <a href=\"tel:98889-34699\">98889-34699</a></a></li>\n                                                            </ul>', 'Contact us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2022-09-22 14:37:31', '2022-09-22 14:37:31', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=1385', 0, 'page', '', 0),
(1423, 1, '2022-01-13 03:54:42', '2022-01-13 03:54:42', '<div class=\"row\">\r\n    <div class=\"col-xl-6\">\r\n        [text fname class:contact__input placeholder \"First Name\"]\r\n    </div>\r\n    <div class=\"col-xl-6\">\r\n        [text lname class:contact__input placeholder \"Last Name\"]\r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-xl-6\">\r\n        [text phone class:contact__input placeholder \"Your Phone\"]\r\n    </div>\r\n    <div class=\"col-xl-6\">\r\n        [email email class:contact__input placeholder \"Your Email\"]\r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-xl-12\">\r\n       [textarea message class:contact__input class:txt-area placeholder \"Your Message\"]\r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-xl-12\">\r\n        <button class=\"theme-btn\" type=\"submit\">Submit Now</button>\r\n    </div>\r\n</div>\n1\nEnquiry Form\ninfo@akaashbelting.com\ninfo@akaashbelting.com\n<table cellpadding=\"5\">\r\n    <tr>\r\n        <td>Name:</td>\r\n        <td>[fname] [lname]</td>\r\n    </tr>\r\n    <tr>\r\n        <td>Email:</td>\r\n        <td>[email]</td>\r\n    </tr>\r\n     <tr>\r\n        <td>Phone:</td>\r\n        <td>[phone]</td>\r\n    </tr>\r\n    <tr>\r\n        <td>Message Body:</td>\r\n        <td>[message]</td>\r\n    </tr>\r\n</table>\n\n\n1\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2', '', '', '2022-09-20 12:31:38', '2022-09-20 12:31:38', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=wpcf7_contact_form&#038;p=1423', 0, 'wpcf7_contact_form', '', 0),
(1447, 1, '2022-01-13 04:09:38', '2022-01-13 04:09:38', '', 'pt-4', '', 'inherit', 'open', 'closed', '', 'pt-4', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-4.png', 0, 'attachment', 'image/png', 0),
(1448, 1, '2022-01-13 04:09:38', '2022-01-13 04:09:38', '', 'pt-5', '', 'inherit', 'open', 'closed', '', 'pt-5', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-5.png', 0, 'attachment', 'image/png', 0),
(1449, 1, '2022-01-13 04:09:39', '2022-01-13 04:09:39', '', 'pt-6', '', 'inherit', 'open', 'closed', '', 'pt-6', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-6.png', 0, 'attachment', 'image/png', 0),
(1450, 1, '2022-01-13 04:09:40', '2022-01-13 04:09:40', '', 'pt-7', '', 'inherit', 'open', 'closed', '', 'pt-7', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-7.png', 0, 'attachment', 'image/png', 0),
(1451, 1, '2022-01-13 04:09:40', '2022-01-13 04:09:40', '', 'pt-8', '', 'inherit', 'open', 'closed', '', 'pt-8', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-8.png', 0, 'attachment', 'image/png', 0),
(1452, 1, '2022-01-13 04:09:41', '2022-01-13 04:09:41', '', 'pt-9', '', 'inherit', 'open', 'closed', '', 'pt-9', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 219, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-9.png', 0, 'attachment', 'image/png', 0),
(1480, 1, '2022-01-13 04:22:23', '2022-01-13 04:22:23', '', 'united-details', '', 'inherit', 'open', 'closed', '', 'united-details', '', '', '2022-01-13 04:22:23', '2022-01-13 04:22:23', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-details.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1500, 1, '2022-01-13 04:31:55', '2022-01-13 04:31:55', 'The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.\r\n\r\nThe United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are\r\n<ul>\r\n 	<li>Full Name:\r\nUnited States of America</li>\r\n 	<li>Population:\r\n(2010) 308,745,538</li>\r\n 	<li>Capital:\r\nWashington DC</li>\r\n 	<li>Largest city:\r\nNew York</li>\r\n 	<li>Currency:\r\nUS dollar</li>\r\n 	<li>Area:\r\n3,796,742 SQ MI</li>\r\n 	<li>Major Language:\r\nEnglish</li>\r\n 	<li>Major Religion:\r\nChristianity</li>\r\n 	<li>Life Style &amp; Culture:\r\nAmerican</li>\r\n</ul>\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" sizes=\"(max-width: 381px) 100vw, 381px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" alt=\"\" width=\"381\" height=\"205\" />\r\n<h3>Why Choose United States</h3>\r\nThe city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.\r\n<h3>Life Styles</h3>\r\nAn applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment\r\n<h3>Law &amp; Rules</h3>\r\nThe United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.\r\n<h3>Beautiful Cities</h3>\r\nThis is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\r\n<ul>\r\n 	<li><a href=\"#\">New York</a></li>\r\n 	<li><a href=\"#\">Chicago</a></li>\r\n 	<li><a href=\"#\">Washington DC</a></li>\r\n 	<li><a href=\"#\">Alabama</a></li>\r\n 	<li><a href=\"#\">California</a></li>\r\n 	<li><a href=\"#\">Florida</a></li>\r\n</ul>\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" alt=\"\" width=\"300\" height=\"322\" />\r\n<h3>Universities</h3>\r\nUniversity, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th>SL</th>\r\n<th>Name of Universities</th>\r\n<th>Ranking</th>\r\n</tr>\r\n<tr>\r\n<td>01</td>\r\n<td>Harvard Universitu</td>\r\n<td>01</td>\r\n</tr>\r\n<tr>\r\n<td>02</td>\r\n<td>Johns Hopkins University</td>\r\n<td>02</td>\r\n</tr>\r\n<tr>\r\n<td>03</td>\r\n<td>California Institute of Technology - Caltech</td>\r\n<td>03</td>\r\n</tr>\r\n<tr>\r\n<td>04</td>\r\n<td>Princeton University</td>\r\n<td>04</td>\r\n</tr>\r\n<tr>\r\n<td>05</td>\r\n<td>University of California, Berkeley</td>\r\n<td>05</td>\r\n</tr>\r\n<tr>\r\n<td>06</td>\r\n<td>Yale University</td>\r\n<td>06</td>\r\n</tr>\r\n<tr>\r\n<td>07</td>\r\n<td>Massachusetts Institute of Technology (MIT)</td>\r\n<td>07</td>\r\n</tr>\r\n<tr>\r\n<td>08</td>\r\n<td>University of Chicago</td>\r\n<td>08</td>\r\n</tr>\r\n<tr>\r\n<td>09</td>\r\n<td>University of Pennsylvania</td>\r\n<td>09</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Stanford University</td>\r\n<td>10</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Historical Places</h3>\r\nAn applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" sizes=\"(max-width: 350px) 100vw, 350px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" alt=\"\" width=\"350\" height=\"231\" />\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" sizes=\"(max-width: 520px) 100vw, 520px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" alt=\"\" width=\"520\" height=\"231\" />', 'China', '', 'publish', 'closed', 'closed', '', 'china', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1500', 0, 'bdevs-countries', '', 0),
(1522, 1, '2022-01-13 04:42:05', '2022-01-13 04:42:05', '', 'united-flag', '', 'inherit', 'open', 'closed', '', 'united-flag', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1500, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag.png', 0, 'attachment', 'image/png', 0),
(1583, 1, '2022-01-13 04:54:18', '2022-01-13 04:54:18', '', 'butifull', '', 'inherit', 'open', 'closed', '', 'butifull', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1500, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull.png', 0, 'attachment', 'image/png', 0),
(1605, 1, '2022-01-13 05:03:57', '2022-01-13 05:03:57', '', 'histry-1', '', 'inherit', 'open', 'closed', '', 'histry-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1500, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1606, 1, '2022-01-13 05:04:16', '2022-01-13 05:04:16', '', 'histry-2', '', 'inherit', 'open', 'closed', '', 'histry-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1500, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1637, 1, '2022-01-13 05:21:29', '2022-01-13 05:21:29', '', 'abbg', '', 'inherit', 'open', 'closed', '', 'abbg', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 506, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/abbg.jpg', 0, 'attachment', 'image/jpeg', 0),
(1702, 1, '2022-01-13 05:42:09', '2022-01-13 05:42:09', 'Honorable Partners                         \r\n                                                <h2>We\'ve Some Honorable Partners Globally </h2>                    \r\n                                           <p>Partner Institutes &amp; Universities Lorem Ipsum is simply dummy text of the printing has been the standard. when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-1-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-2-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-3-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-4-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-5-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-6-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-7-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-8-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-9-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-10-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-11-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-12-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-13-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-14-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-15-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-16-1.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-17-2.png\" alt=\"\">\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-18-1.png\" alt=\"\">', 'Partners', '', 'publish', 'closed', 'closed', '', 'partners', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?page_id=1702', 0, 'page', '', 0),
(1709, 1, '2022-01-13 05:43:34', '2022-01-13 05:43:34', 'The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.\r\n\r\nThe United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are\r\n<ul>\r\n 	<li>Full Name:\r\nUnited States of America</li>\r\n 	<li>Population:\r\n(2010) 308,745,538</li>\r\n 	<li>Capital:\r\nWashington DC</li>\r\n 	<li>Largest city:\r\nNew York</li>\r\n 	<li>Currency:\r\nUS dollar</li>\r\n 	<li>Area:\r\n3,796,742 SQ MI</li>\r\n 	<li>Major Language:\r\nEnglish</li>\r\n 	<li>Major Religion:\r\nChristianity</li>\r\n 	<li>Life Style &amp; Culture:\r\nAmerican</li>\r\n</ul>\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" sizes=\"(max-width: 381px) 100vw, 381px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" alt=\"\" width=\"381\" height=\"205\" />\r\n<h3>Why Choose United States</h3>\r\nThe city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.\r\n<h3>Life Styles</h3>\r\nAn applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment\r\n<h3>Law &amp; Rules</h3>\r\nThe United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.\r\n<h3>Beautiful Cities</h3>\r\nThis is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.\r\n<ul>\r\n 	<li><a href=\"#\">New York</a></li>\r\n 	<li><a href=\"#\">Chicago</a></li>\r\n 	<li><a href=\"#\">Washington DC</a></li>\r\n 	<li><a href=\"#\">Alabama</a></li>\r\n 	<li><a href=\"#\">California</a></li>\r\n 	<li><a href=\"#\">Florida</a></li>\r\n</ul>\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" alt=\"\" width=\"300\" height=\"322\" />\r\n<h3>Universities</h3>\r\nUniversity, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th>SL</th>\r\n<th>Name of Universities</th>\r\n<th>Ranking</th>\r\n</tr>\r\n<tr>\r\n<td>01</td>\r\n<td>Harvard Universitu</td>\r\n<td>01</td>\r\n</tr>\r\n<tr>\r\n<td>02</td>\r\n<td>Johns Hopkins University</td>\r\n<td>02</td>\r\n</tr>\r\n<tr>\r\n<td>03</td>\r\n<td>California Institute of Technology - Caltech</td>\r\n<td>03</td>\r\n</tr>\r\n<tr>\r\n<td>04</td>\r\n<td>Princeton University</td>\r\n<td>04</td>\r\n</tr>\r\n<tr>\r\n<td>05</td>\r\n<td>University of California, Berkeley</td>\r\n<td>05</td>\r\n</tr>\r\n<tr>\r\n<td>06</td>\r\n<td>Yale University</td>\r\n<td>06</td>\r\n</tr>\r\n<tr>\r\n<td>07</td>\r\n<td>Massachusetts Institute of Technology (MIT)</td>\r\n<td>07</td>\r\n</tr>\r\n<tr>\r\n<td>08</td>\r\n<td>University of Chicago</td>\r\n<td>08</td>\r\n</tr>\r\n<tr>\r\n<td>09</td>\r\n<td>University of Pennsylvania</td>\r\n<td>09</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Stanford University</td>\r\n<td>10</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Historical Places</h3>\r\nAn applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" sizes=\"(max-width: 350px) 100vw, 350px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" alt=\"\" width=\"350\" height=\"231\" />\r\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" sizes=\"(max-width: 520px) 100vw, 520px\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" alt=\"\" width=\"520\" height=\"231\" />', 'Australia', '', 'publish', 'closed', 'closed', '', 'australia', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1709', 0, 'bdevs-countries', '', 0),
(1732, 1, '2022-01-13 05:46:07', '2022-01-13 05:46:07', '<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.</p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are</p>		\r\n            <ul>\r\n                                <li>\r\n                                        Full Name: \r\n                                                            United States of America\r\n                                    </li>\r\n                                <li>\r\n                                        Population: \r\n                                                            (2010) 308,745,538\r\n                                    </li>\r\n                                <li>\r\n                                        Capital: \r\n                                                            Washington DC\r\n                                    </li>\r\n                                <li>\r\n                                        Largest city: \r\n                                                            New York\r\n                                    </li>\r\n                                <li>\r\n                                        Currency: \r\n                                                            US dollar\r\n                                    </li>\r\n                                <li>\r\n                                        Area: \r\n                                                            3,796,742 SQ MI\r\n                                    </li>\r\n                                <li>\r\n                                        Major Language: \r\n                                                            English\r\n                                    </li>\r\n                                <li>\r\n                                        Major Religion: \r\n                                                            Christianity\r\n                                    </li>\r\n                                <li>\r\n                                        Life Style &amp; Culture: \r\n                                                            American\r\n                                    </li>\r\n                            </ul>\r\n															<img width=\"381\" height=\"205\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" sizes=\"(max-width: 381px) 100vw, 381px\" />															\r\n		<h3>Why Choose United States</h3>\r\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.</p><h3>Life Styles</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment</p><h3>Law &amp; Rules</h3>\r\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.</p>		\r\n                                <h3>Beautiful Cities</h3>\r\n                                                <p>This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.</p>\r\n                    <ul>\r\n                                                <li><a href=\"#\">New York</a></li>\r\n                                                <li><a href=\"#\">Chicago</a></li>\r\n                                                <li><a href=\"#\">Washington DC</a></li>\r\n                                                <li><a href=\"#\">Alabama</a></li>\r\n                                                <li><a href=\"#\">California</a></li>\r\n                                                <li><a href=\"#\">Florida</a></li>\r\n                    </ul> \r\n															<img width=\"300\" height=\"322\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\r\n		<h3>Universities</h3>\r\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n</p>		\r\n                <table style=\"width:100%\">\r\n                    <tr>\r\n                        <th >SL </th>\r\n                        <th>Name of Universities</th>\r\n                        <th>Ranking</th>\r\n                    </tr>\r\n                                        <tr>\r\n                                                <td>01</td>\r\n                                                                        <td>Harvard Universitu</td>\r\n                                                                        <td>01</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>02</td>\r\n                                                                        <td>Johns Hopkins University</td>\r\n                                                                        <td>02</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>03</td>\r\n                                                                        <td>California Institute of Technology - Caltech</td>\r\n                                                                        <td>03</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>04</td>\r\n                                                                        <td>Princeton University</td>\r\n                                                                        <td>04</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>05</td>\r\n                                                                        <td>University of California, Berkeley</td>\r\n                                                                        <td>05</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>06</td>\r\n                                                                        <td>Yale University</td>\r\n                                                                        <td>06</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>07</td>\r\n                                                                        <td>Massachusetts Institute of Technology (MIT)</td>\r\n                                                                        <td>07</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>08</td>\r\n                                                                        <td>University of Chicago</td>\r\n                                                                        <td>08</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>09</td>\r\n                                                                        <td>University of Pennsylvania</td>\r\n                                                                        <td>09</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>10</td>\r\n                                                                        <td>Stanford University</td>\r\n                                                                        <td>10</td>\r\n                                            </tr>\r\n                                        </table>\r\n		<h3>Historical Places</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n</p>		\r\n															<img width=\"350\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />															\r\n															<img width=\"520\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />', 'New Zealand', '', 'publish', 'closed', 'closed', '', 'new-zealand', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1732', 0, 'bdevs-countries', '', 0),
(1737, 1, '2022-01-13 05:46:57', '2022-01-13 05:46:57', '<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.</p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are</p>		\r\n            <ul>\r\n                                <li>\r\n                                        Full Name: \r\n                                                            United States of America\r\n                                    </li>\r\n                                <li>\r\n                                        Population: \r\n                                                            (2010) 308,745,538\r\n                                    </li>\r\n                                <li>\r\n                                        Capital: \r\n                                                            Washington DC\r\n                                    </li>\r\n                                <li>\r\n                                        Largest city: \r\n                                                            New York\r\n                                    </li>\r\n                                <li>\r\n                                        Currency: \r\n                                                            US dollar\r\n                                    </li>\r\n                                <li>\r\n                                        Area: \r\n                                                            3,796,742 SQ MI\r\n                                    </li>\r\n                                <li>\r\n                                        Major Language: \r\n                                                            English\r\n                                    </li>\r\n                                <li>\r\n                                        Major Religion: \r\n                                                            Christianity\r\n                                    </li>\r\n                                <li>\r\n                                        Life Style &amp; Culture: \r\n                                                            American\r\n                                    </li>\r\n                            </ul>\r\n															<img width=\"381\" height=\"205\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" sizes=\"(max-width: 381px) 100vw, 381px\" />															\r\n		<h3>Why Choose United States</h3>\r\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.</p><h3>Life Styles</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment</p><h3>Law &amp; Rules</h3>\r\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.</p>		\r\n                                <h3>Beautiful Cities</h3>\r\n                                                <p>This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.</p>\r\n                    <ul>\r\n                                                <li><a href=\"#\">New York</a></li>\r\n                                                <li><a href=\"#\">Chicago</a></li>\r\n                                                <li><a href=\"#\">Washington DC</a></li>\r\n                                                <li><a href=\"#\">Alabama</a></li>\r\n                                                <li><a href=\"#\">California</a></li>\r\n                                                <li><a href=\"#\">Florida</a></li>\r\n                    </ul> \r\n															<img width=\"300\" height=\"322\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\r\n		<h3>Universities</h3>\r\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n</p>		\r\n                <table style=\"width:100%\">\r\n                    <tr>\r\n                        <th >SL </th>\r\n                        <th>Name of Universities</th>\r\n                        <th>Ranking</th>\r\n                    </tr>\r\n                                        <tr>\r\n                                                <td>01</td>\r\n                                                                        <td>Harvard Universitu</td>\r\n                                                                        <td>01</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>02</td>\r\n                                                                        <td>Johns Hopkins University</td>\r\n                                                                        <td>02</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>03</td>\r\n                                                                        <td>California Institute of Technology - Caltech</td>\r\n                                                                        <td>03</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>04</td>\r\n                                                                        <td>Princeton University</td>\r\n                                                                        <td>04</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>05</td>\r\n                                                                        <td>University of California, Berkeley</td>\r\n                                                                        <td>05</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>06</td>\r\n                                                                        <td>Yale University</td>\r\n                                                                        <td>06</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>07</td>\r\n                                                                        <td>Massachusetts Institute of Technology (MIT)</td>\r\n                                                                        <td>07</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>08</td>\r\n                                                                        <td>University of Chicago</td>\r\n                                                                        <td>08</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>09</td>\r\n                                                                        <td>University of Pennsylvania</td>\r\n                                                                        <td>09</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>10</td>\r\n                                                                        <td>Stanford University</td>\r\n                                                                        <td>10</td>\r\n                                            </tr>\r\n                                        </table>\r\n		<h3>Historical Places</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n</p>		\r\n															<img width=\"350\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />															\r\n															<img width=\"520\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />', 'Switzerland', '', 'publish', 'closed', 'closed', '', 'switzerland', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1737', 0, 'bdevs-countries', '', 0),
(1745, 1, '2022-01-13 05:47:04', '2022-01-13 05:47:04', '', 'pt-1', '', 'inherit', 'open', 'closed', '', 'pt-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-1.png', 0, 'attachment', 'image/png', 0),
(1746, 1, '2022-01-13 05:48:22', '2022-01-13 05:48:22', '<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.</p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are</p>		\r\n            <ul>\r\n                                <li>\r\n                                        Full Name: \r\n                                                            United States of America\r\n                                    </li>\r\n                                <li>\r\n                                        Population: \r\n                                                            (2010) 308,745,538\r\n                                    </li>\r\n                                <li>\r\n                                        Capital: \r\n                                                            Washington DC\r\n                                    </li>\r\n                                <li>\r\n                                        Largest city: \r\n                                                            New York\r\n                                    </li>\r\n                                <li>\r\n                                        Currency: \r\n                                                            US dollar\r\n                                    </li>\r\n                                <li>\r\n                                        Area: \r\n                                                            3,796,742 SQ MI\r\n                                    </li>\r\n                                <li>\r\n                                        Major Language: \r\n                                                            English\r\n                                    </li>\r\n                                <li>\r\n                                        Major Religion: \r\n                                                            Christianity\r\n                                    </li>\r\n                                <li>\r\n                                        Life Style &amp; Culture: \r\n                                                            American\r\n                                    </li>\r\n                            </ul>\r\n															<img width=\"381\" height=\"205\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" sizes=\"(max-width: 381px) 100vw, 381px\" />															\r\n		<h3>Why Choose United States</h3>\r\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.</p><h3>Life Styles</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment</p><h3>Law &amp; Rules</h3>\r\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.</p>		\r\n                                <h3>Beautiful Cities</h3>\r\n                                                <p>This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.</p>\r\n                    <ul>\r\n                                                <li><a href=\"#\">New York</a></li>\r\n                                                <li><a href=\"#\">Chicago</a></li>\r\n                                                <li><a href=\"#\">Washington DC</a></li>\r\n                                                <li><a href=\"#\">Alabama</a></li>\r\n                                                <li><a href=\"#\">California</a></li>\r\n                                                <li><a href=\"#\">Florida</a></li>\r\n                    </ul> \r\n															<img width=\"300\" height=\"322\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\r\n		<h3>Universities</h3>\r\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n</p>		\r\n                <table style=\"width:100%\">\r\n                    <tr>\r\n                        <th >SL </th>\r\n                        <th>Name of Universities</th>\r\n                        <th>Ranking</th>\r\n                    </tr>\r\n                                        <tr>\r\n                                                <td>01</td>\r\n                                                                        <td>Harvard Universitu</td>\r\n                                                                        <td>01</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>02</td>\r\n                                                                        <td>Johns Hopkins University</td>\r\n                                                                        <td>02</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>03</td>\r\n                                                                        <td>California Institute of Technology - Caltech</td>\r\n                                                                        <td>03</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>04</td>\r\n                                                                        <td>Princeton University</td>\r\n                                                                        <td>04</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>05</td>\r\n                                                                        <td>University of California, Berkeley</td>\r\n                                                                        <td>05</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>06</td>\r\n                                                                        <td>Yale University</td>\r\n                                                                        <td>06</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>07</td>\r\n                                                                        <td>Massachusetts Institute of Technology (MIT)</td>\r\n                                                                        <td>07</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>08</td>\r\n                                                                        <td>University of Chicago</td>\r\n                                                                        <td>08</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>09</td>\r\n                                                                        <td>University of Pennsylvania</td>\r\n                                                                        <td>09</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>10</td>\r\n                                                                        <td>Stanford University</td>\r\n                                                                        <td>10</td>\r\n                                            </tr>\r\n                                        </table>\r\n		<h3>Historical Places</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n</p>		\r\n															<img width=\"350\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />															\r\n															<img width=\"520\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />', 'United Kingdom', '', 'publish', 'closed', 'closed', '', 'united-kingdom', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1746', 0, 'bdevs-countries', '', 0),
(1753, 1, '2022-01-13 05:48:16', '2022-01-13 05:48:16', '', 'pt-2', '', 'inherit', 'open', 'closed', '', 'pt-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_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
(1755, 1, '2022-01-13 05:48:28', '2022-01-13 05:48:28', '', 'pt-3', '', 'inherit', 'open', 'closed', '', 'pt-3', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-3.png', 0, 'attachment', 'image/png', 0),
(1756, 1, '2022-01-13 05:49:48', '2022-01-13 05:49:48', '<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.</p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are</p>		\r\n            <ul>\r\n                                <li>\r\n                                        Full Name: \r\n                                                            United States of America\r\n                                    </li>\r\n                                <li>\r\n                                        Population: \r\n                                                            (2010) 308,745,538\r\n                                    </li>\r\n                                <li>\r\n                                        Capital: \r\n                                                            Washington DC\r\n                                    </li>\r\n                                <li>\r\n                                        Largest city: \r\n                                                            New York\r\n                                    </li>\r\n                                <li>\r\n                                        Currency: \r\n                                                            US dollar\r\n                                    </li>\r\n                                <li>\r\n                                        Area: \r\n                                                            3,796,742 SQ MI\r\n                                    </li>\r\n                                <li>\r\n                                        Major Language: \r\n                                                            English\r\n                                    </li>\r\n                                <li>\r\n                                        Major Religion: \r\n                                                            Christianity\r\n                                    </li>\r\n                                <li>\r\n                                        Life Style &amp; Culture: \r\n                                                            American\r\n                                    </li>\r\n                            </ul>\r\n															<img width=\"381\" height=\"205\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" sizes=\"(max-width: 381px) 100vw, 381px\" />															\r\n		<h3>Why Choose United States</h3>\r\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.</p><h3>Life Styles</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment</p><h3>Law &amp; Rules</h3>\r\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.</p>		\r\n                                <h3>Beautiful Cities</h3>\r\n                                                <p>This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.</p>\r\n                    <ul>\r\n                                                <li><a href=\"#\">New York</a></li>\r\n                                                <li><a href=\"#\">Chicago</a></li>\r\n                                                <li><a href=\"#\">Washington DC</a></li>\r\n                                                <li><a href=\"#\">Alabama</a></li>\r\n                                                <li><a href=\"#\">California</a></li>\r\n                                                <li><a href=\"#\">Florida</a></li>\r\n                    </ul> \r\n															<img width=\"300\" height=\"322\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\r\n		<h3>Universities</h3>\r\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n</p>		\r\n                <table style=\"width:100%\">\r\n                    <tr>\r\n                        <th >SL </th>\r\n                        <th>Name of Universities</th>\r\n                        <th>Ranking</th>\r\n                    </tr>\r\n                                        <tr>\r\n                                                <td>01</td>\r\n                                                                        <td>Harvard Universitu</td>\r\n                                                                        <td>01</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>02</td>\r\n                                                                        <td>Johns Hopkins University</td>\r\n                                                                        <td>02</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>03</td>\r\n                                                                        <td>California Institute of Technology - Caltech</td>\r\n                                                                        <td>03</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>04</td>\r\n                                                                        <td>Princeton University</td>\r\n                                                                        <td>04</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>05</td>\r\n                                                                        <td>University of California, Berkeley</td>\r\n                                                                        <td>05</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>06</td>\r\n                                                                        <td>Yale University</td>\r\n                                                                        <td>06</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>07</td>\r\n                                                                        <td>Massachusetts Institute of Technology (MIT)</td>\r\n                                                                        <td>07</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>08</td>\r\n                                                                        <td>University of Chicago</td>\r\n                                                                        <td>08</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>09</td>\r\n                                                                        <td>University of Pennsylvania</td>\r\n                                                                        <td>09</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>10</td>\r\n                                                                        <td>Stanford University</td>\r\n                                                                        <td>10</td>\r\n                                            </tr>\r\n                                        </table>\r\n		<h3>Historical Places</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n</p>		\r\n															<img width=\"350\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />															\r\n															<img width=\"520\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />', 'Canada', '', 'publish', 'closed', 'closed', '', 'canada', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1756', 0, 'bdevs-countries', '', 0),
(1762, 1, '2022-01-13 05:51:32', '2022-01-13 05:51:32', '<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.</p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are</p>		\r\n            <ul>\r\n                                <li>\r\n                                        Full Name: \r\n                                                            United States of America\r\n                                    </li>\r\n                                <li>\r\n                                        Population: \r\n                                                            (2010) 308,745,538\r\n                                    </li>\r\n                                <li>\r\n                                        Capital: \r\n                                                            Washington DC\r\n                                    </li>\r\n                                <li>\r\n                                        Largest city: \r\n                                                            New York\r\n                                    </li>\r\n                                <li>\r\n                                        Currency: \r\n                                                            US dollar\r\n                                    </li>\r\n                                <li>\r\n                                        Area: \r\n                                                            3,796,742 SQ MI\r\n                                    </li>\r\n                                <li>\r\n                                        Major Language: \r\n                                                            English\r\n                                    </li>\r\n                                <li>\r\n                                        Major Religion: \r\n                                                            Christianity\r\n                                    </li>\r\n                                <li>\r\n                                        Life Style &amp; Culture: \r\n                                                            American\r\n                                    </li>\r\n                            </ul>\r\n															<img width=\"381\" height=\"205\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" sizes=\"(max-width: 381px) 100vw, 381px\" />															\r\n		<h3>Why Choose United States</h3>\r\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.</p><h3>Life Styles</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment</p><h3>Law &amp; Rules</h3>\r\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.</p>		\r\n                                <h3>Beautiful Cities</h3>\r\n                                                <p>This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.</p>\r\n                    <ul>\r\n                                                <li><a href=\"#\">New York</a></li>\r\n                                                <li><a href=\"#\">Chicago</a></li>\r\n                                                <li><a href=\"#\">Washington DC</a></li>\r\n                                                <li><a href=\"#\">Alabama</a></li>\r\n                                                <li><a href=\"#\">California</a></li>\r\n                                                <li><a href=\"#\">Florida</a></li>\r\n                    </ul> \r\n															<img width=\"300\" height=\"322\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\r\n		<h3>Universities</h3>\r\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n</p>		\r\n                <table style=\"width:100%\">\r\n                    <tr>\r\n                        <th >SL </th>\r\n                        <th>Name of Universities</th>\r\n                        <th>Ranking</th>\r\n                    </tr>\r\n                                        <tr>\r\n                                                <td>01</td>\r\n                                                                        <td>Harvard Universitu</td>\r\n                                                                        <td>01</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>02</td>\r\n                                                                        <td>Johns Hopkins University</td>\r\n                                                                        <td>02</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>03</td>\r\n                                                                        <td>California Institute of Technology - Caltech</td>\r\n                                                                        <td>03</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>04</td>\r\n                                                                        <td>Princeton University</td>\r\n                                                                        <td>04</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>05</td>\r\n                                                                        <td>University of California, Berkeley</td>\r\n                                                                        <td>05</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>06</td>\r\n                                                                        <td>Yale University</td>\r\n                                                                        <td>06</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>07</td>\r\n                                                                        <td>Massachusetts Institute of Technology (MIT)</td>\r\n                                                                        <td>07</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>08</td>\r\n                                                                        <td>University of Chicago</td>\r\n                                                                        <td>08</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>09</td>\r\n                                                                        <td>University of Pennsylvania</td>\r\n                                                                        <td>09</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>10</td>\r\n                                                                        <td>Stanford University</td>\r\n                                                                        <td>10</td>\r\n                                            </tr>\r\n                                        </table>\r\n		<h3>Historical Places</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n</p>		\r\n															<img width=\"350\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />															\r\n															<img width=\"520\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />', 'United States', '', 'publish', 'closed', 'closed', '', 'united-states', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1762', 0, 'bdevs-countries', '', 0),
(1774, 1, '2022-01-13 05:54:25', '2022-01-13 05:54:25', '', 'pt-10', '', 'inherit', 'open', 'closed', '', 'pt-10', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-10.png', 0, 'attachment', 'image/png', 0),
(1775, 1, '2022-01-13 05:54:48', '2022-01-13 05:54:48', '', 'pt-11', '', 'inherit', 'open', 'closed', '', 'pt-11', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-11.png', 0, 'attachment', 'image/png', 0),
(1776, 1, '2022-01-13 05:55:06', '2022-01-13 05:55:06', '', 'pt-12', '', 'inherit', 'open', 'closed', '', 'pt-12', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-12.png', 0, 'attachment', 'image/png', 0),
(1777, 1, '2022-01-13 05:55:25', '2022-01-13 05:55:25', '', 'pt-13', '', 'inherit', 'open', 'closed', '', 'pt-13', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-13.png', 0, 'attachment', 'image/png', 0),
(1779, 1, '2022-01-13 05:56:08', '2022-01-13 05:56:08', '', 'pt-14', '', 'inherit', 'open', 'closed', '', 'pt-14', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-14.png', 0, 'attachment', 'image/png', 0),
(1784, 1, '2022-01-13 05:56:43', '2022-01-13 05:56:43', '', 'pt-15', '', 'inherit', 'open', 'closed', '', 'pt-15', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-15.png', 0, 'attachment', 'image/png', 0),
(1785, 1, '2022-01-13 05:57:36', '2022-01-13 05:57:36', '', 'pt-16', '', 'inherit', 'open', 'closed', '', 'pt-16', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-16.png', 0, 'attachment', 'image/png', 0),
(1786, 1, '2022-01-13 05:58:12', '2022-01-13 05:58:12', '', 'pt-17', '', 'inherit', 'open', 'closed', '', 'pt-17', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-17.png', 0, 'attachment', 'image/png', 0),
(1787, 1, '2022-01-13 05:58:48', '2022-01-13 05:58:48', '<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total area.</p><p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world’s third- or fourth-largest country by total are</p>		\r\n            <ul>\r\n                                <li>\r\n                                        Full Name: \r\n                                                            United States of America\r\n                                    </li>\r\n                                <li>\r\n                                        Population: \r\n                                                            (2010) 308,745,538\r\n                                    </li>\r\n                                <li>\r\n                                        Capital: \r\n                                                            Washington DC\r\n                                    </li>\r\n                                <li>\r\n                                        Largest city: \r\n                                                            New York\r\n                                    </li>\r\n                                <li>\r\n                                        Currency: \r\n                                                            US dollar\r\n                                    </li>\r\n                                <li>\r\n                                        Area: \r\n                                                            3,796,742 SQ MI\r\n                                    </li>\r\n                                <li>\r\n                                        Major Language: \r\n                                                            English\r\n                                    </li>\r\n                                <li>\r\n                                        Major Religion: \r\n                                                            Christianity\r\n                                    </li>\r\n                                <li>\r\n                                        Life Style &amp; Culture: \r\n                                                            American\r\n                                    </li>\r\n                            </ul>\r\n															<img width=\"381\" height=\"205\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/united-flag-1.png 381w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/united-flag-300x161.png 300w\" sizes=\"(max-width: 381px) 100vw, 381px\" />															\r\n		<h3>Why Choose United States</h3>\r\n<p>The city was named for Lewis Kingman, a civil engineer for what was then the Atchison, Topeka and Santa Fe Railroad constructed there in the 1880s. Ghost towns in the area attest to the lode mines that once yielded many millions of dollars in gold. Tourism, manufacturing and distribution.</p><h3>Life Styles</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts. This crossword explores the various paths humankind can follow to create a more sustainable world. Find out how many ways we can change our approach to the environment</p><h3>Law &amp; Rules</h3>\r\n<p>The United States of America, commonly known as the United States or America, is a country primarily located in North America. It consists of 50 states, a federal district, five major unincorporated territories, 326 Indian reservations, and some minor possessions. At 3.8 million square miles, it is the world\'s third- or fourth-largest country by total area.</p>		\r\n                                <h3>Beautiful Cities</h3>\r\n                                                <p>This is a list of selected cities, towns, and other populated places in the United States, ordered alphabetically by state.</p>\r\n                    <ul>\r\n                                                <li><a href=\"#\">New York</a></li>\r\n                                                <li><a href=\"#\">Chicago</a></li>\r\n                                                <li><a href=\"#\">Washington DC</a></li>\r\n                                                <li><a href=\"#\">Alabama</a></li>\r\n                                                <li><a href=\"#\">California</a></li>\r\n                                                <li><a href=\"#\">Florida</a></li>\r\n                    </ul> \r\n															<img width=\"300\" height=\"322\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/butifull-1.png 300w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/butifull-280x300.png 280w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\r\n		<h3>Universities</h3>\r\n<p>University, institution of higher education, usually comprising a college of liberal arts and sciences and graduate and professionals. The short story shut a final door and other tales of loveless.\r\n</p>		\r\n                <table style=\"width:100%\">\r\n                    <tr>\r\n                        <th >SL </th>\r\n                        <th>Name of Universities</th>\r\n                        <th>Ranking</th>\r\n                    </tr>\r\n                                        <tr>\r\n                                                <td>01</td>\r\n                                                                        <td>Harvard Universitu</td>\r\n                                                                        <td>01</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>02</td>\r\n                                                                        <td>Johns Hopkins University</td>\r\n                                                                        <td>02</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>03</td>\r\n                                                                        <td>California Institute of Technology - Caltech</td>\r\n                                                                        <td>03</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>04</td>\r\n                                                                        <td>Princeton University</td>\r\n                                                                        <td>04</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>05</td>\r\n                                                                        <td>University of California, Berkeley</td>\r\n                                                                        <td>05</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>06</td>\r\n                                                                        <td>Yale University</td>\r\n                                                                        <td>06</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>07</td>\r\n                                                                        <td>Massachusetts Institute of Technology (MIT)</td>\r\n                                                                        <td>07</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>08</td>\r\n                                                                        <td>University of Chicago</td>\r\n                                                                        <td>08</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>09</td>\r\n                                                                        <td>University of Pennsylvania</td>\r\n                                                                        <td>09</td>\r\n                                            </tr>\r\n                                        <tr>\r\n                                                <td>10</td>\r\n                                                                        <td>Stanford University</td>\r\n                                                                        <td>10</td>\r\n                                            </tr>\r\n                                        </table>\r\n		<h3>Historical Places</h3>\r\n<p>An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted.\r\n</p>		\r\n															<img width=\"350\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-1-1.jpg 350w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-1-300x198.jpg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />															\r\n															<img width=\"520\" height=\"231\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/histry-2-1.jpg 520w, https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/histry-2-300x133.jpg 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />', 'Bangladesh', '', 'publish', 'closed', 'closed', '', 'bangladesh', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/?post_type=bdevs-countries&#038;p=1787', 0, 'bdevs-countries', '', 0),
(1789, 1, '2022-01-13 06:00:21', '2022-01-13 06:00:21', '', 'pt-17', '', 'inherit', 'open', 'closed', '', 'pt-17-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-17-1.png', 0, 'attachment', 'image/png', 0),
(1790, 1, '2022-01-13 06:00:35', '2022-01-13 06:00:35', '', 'pt-18', '', 'inherit', 'open', 'closed', '', 'pt-18', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1702, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-18.png', 0, 'attachment', 'image/png', 0),
(1879, 1, '2022-09-22 08:52:39', '2022-01-13 07:07:17', ' ', '', '', 'publish', 'closed', 'closed', '', '1879', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://www.devsnews.com/wp/visapass/?p=1879', 1, 'nav_menu_item', '', 0),
(1889, 1, '2022-09-22 08:52:39', '2022-01-13 07:12:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1889', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://www.devsnews.com/wp/visapass/?p=1889', 11, 'nav_menu_item', '', 0),
(1897, 1, '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 'About Our Company', '', 'publish', 'closed', 'closed', '', 'about-our-company-2', '', '', '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 0, 'https://www.devsnews.com/wp/visapass/?p=1897', 1, 'nav_menu_item', '', 0),
(1899, 1, '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 'World Media Partner', '', 'publish', 'closed', 'closed', '', 'world-media-partner-2', '', '', '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 0, 'https://www.devsnews.com/wp/visapass/?p=1899', 5, 'nav_menu_item', '', 0),
(1900, 1, '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 'Latest Services', '', 'publish', 'closed', 'closed', '', 'latest-services-2', '', '', '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 0, 'https://www.devsnews.com/wp/visapass/?p=1900', 2, 'nav_menu_item', '', 0),
(1902, 1, '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 'Awards Winnings', '', 'publish', 'closed', 'closed', '', 'awards-winnings-2', '', '', '2022-01-13 07:21:20', '2022-01-13 07:20:26', '', 0, 'https://www.devsnews.com/wp/visapass/?p=1902', 4, 'nav_menu_item', '', 0),
(1945, 1, '2022-01-13 08:55:11', '2022-01-13 08:55:11', '', 'b5', '', 'inherit', 'open', 'closed', '', 'b5', '', '', '2022-01-13 08:55:11', '2022-01-13 08:55:11', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1946, 1, '2022-01-13 08:55:50', '2022-01-13 08:55:50', '', 'b1', '', 'inherit', 'open', 'closed', '', 'b1', '', '', '2022-01-13 08:55:50', '2022-01-13 08:55:50', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1947, 1, '2022-01-13 08:56:21', '2022-01-13 08:56:21', '', 'b4', '', 'inherit', 'open', 'closed', '', 'b4', '', '', '2022-01-13 08:56:21', '2022-01-13 08:56:21', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1948, 1, '2022-01-13 08:57:03', '2022-01-13 08:57:03', '', 'b3', '', 'inherit', 'open', 'closed', '', 'b3', '', '', '2022-01-13 08:57:03', '2022-01-13 08:57:03', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1949, 1, '2022-01-13 08:57:34', '2022-01-13 08:57:34', '', 'b2', '', 'inherit', 'open', 'closed', '', 'b2', '', '', '2022-01-13 08:57:34', '2022-01-13 08:57:34', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1950, 1, '2022-01-13 08:58:05', '2022-01-13 08:58:05', '', 'b6', '', 'inherit', 'open', 'closed', '', 'b6', '', '', '2022-01-13 08:58:05', '2022-01-13 08:58:05', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1970, 1, '2022-01-13 09:41:09', '2022-01-13 09:41:09', '', 'flag6', '', 'inherit', 'open', 'closed', '', 'flag6-2', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1377, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag6-1.png', 0, 'attachment', 'image/png', 0),
(1991, 1, '2022-01-13 10:07:49', '2022-01-13 10:07:49', '', 'hero-1', '', 'inherit', 'open', 'closed', '', 'hero-1', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 0, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/hero-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1998, 1, '2022-01-13 10:49:02', '2022-01-13 10:49:02', '', 'ct10', '', 'inherit', 'open', 'closed', '', 'ct10', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1500, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct10.jpg', 0, 'attachment', 'image/jpeg', 0),
(1999, 1, '2022-01-13 10:49:38', '2022-01-13 10:49:38', '', 'ct8', '', 'inherit', 'open', 'closed', '', 'ct8', '', '', '2022-09-19 07:45:30', '2022-09-19 07:45:30', '', 1709, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct8.jpg', 0, 'attachment', 'image/jpeg', 0),
(2000, 1, '2022-01-13 10:50:02', '2022-01-13 10:50:02', '', 'ct3', '', 'inherit', 'open', 'closed', '', 'ct3', '', '', '2022-01-13 10:50:02', '2022-01-13 10:50:02', '', 1732, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2001, 1, '2022-01-13 10:50:28', '2022-01-13 10:50:28', '', 'ct4', '', 'inherit', 'open', 'closed', '', 'ct4', '', '', '2022-01-13 10:50:28', '2022-01-13 10:50:28', '', 1737, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2002, 1, '2022-01-13 10:50:51', '2022-01-13 10:50:51', '', 'ct7', '', 'inherit', 'open', 'closed', '', 'ct7', '', '', '2022-01-13 10:50:51', '2022-01-13 10:50:51', '', 1746, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct7.jpg', 0, 'attachment', 'image/jpeg', 0),
(2003, 1, '2022-01-13 10:51:23', '2022-01-13 10:51:23', '', 'ct5', '', 'inherit', 'open', 'closed', '', 'ct5', '', '', '2022-01-13 10:51:23', '2022-01-13 10:51:23', '', 1756, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct5.jpg', 0, 'attachment', 'image/jpeg', 0),
(2005, 1, '2022-01-13 10:51:48', '2022-01-13 10:51:48', '', 'ct1', '', 'inherit', 'open', 'closed', '', 'ct1', '', '', '2022-01-13 10:51:48', '2022-01-13 10:51:48', '', 1762, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2007, 1, '2022-01-13 10:52:09', '2022-01-13 10:52:09', '', 'ct2', '', 'inherit', 'open', 'closed', '', 'ct2', '', '', '2022-01-13 10:52:09', '2022-01-13 10:52:09', '', 1787, 'https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ct2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_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
(2009, 1, '2022-01-11 09:47:48', '2022-01-11 09:47:48', '<!-- hero area start here -->\r\n        <section>\r\n                                                                                        Effective Visa Solution\r\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\r\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\r\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \r\n                                                                                        Effective Visa Solution\r\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\r\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\r\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \r\n                                <!-- If we need navigation buttons -->\r\n        </section>\r\n        <!-- hero area end here -->\r\n			                <!-- visa area start here -->\r\n        <section>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Visa Application</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Visa Information</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\">Immigration  Resources</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Passport Application</a>\r\n                               </h4>\r\n        </section>\r\n        <!-- visa area end here -->\r\n                                                    FEATURED SERVICES\r\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\r\nFrom Experienced Lawyers</h2>                    \r\n			                <!-- service -->\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-4.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-1-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Business Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-2-4.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Student Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-3.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Read More </a>\r\n        <!-- Scholarship Programs start here -->\r\n        <section>\r\n                             <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/scholarship-left-1.png\" alt=\"\">\r\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\r\n                                                                                                                                                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-1-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-2-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-3.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-5.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/s-1-1.png\" alt=\"img\">\r\n                                                                    <h5>\r\n                                                                            Validity From                                                                         : \r\n                                                                            2022-01-11 12:00                                                                          - \r\n                                                                                  2022-01-11 12:00                                                                          </h5>\r\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \r\n        </section>\r\n        <!-- Scholarship Programs end here -->\r\n        <!-- About  start here -->\r\n        <section>\r\n                                ABOUT VISAPASS                            \r\n                                                        <h2>25+  Years of Your Trust and Recommendation</h2>                            \r\n                                                                    <h5 bdevs-el-title=\"\">25+  Years of Your Trust and Recommendation</h5>\r\n                                                                                                <p >For the last 35 years, We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family based, employment based &amp; investment based Immigration.</p>\r\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/certificate-1.png\" alt=\"\">\r\n                                     <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about-1-1.png\" alt=\"\">\r\n                                         <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about-3-1.jpg\" alt=\"\">\r\n                                             <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about-2-1.jpg\" alt=\"\">\r\n        </section>\r\n        <!-- About  end here -->\r\n                        <h1>4k+</h1>\r\n                                    Happy Clients &amp; Students\r\n                        <h1>3k+</h1>\r\n                                    Visa &amp; Immigration\r\n                        <h1>12k+</h1>\r\n                                    Countries Affiliation\r\n                        <h1>57k+</h1>\r\n                                    Top University Partner\r\n                                                    POPULAR COUNTRIES\r\n                                                    <h2>Select Your Favorite Country<br>\r\nTo Apply Visa</h2>                    \r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag1-2.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/united-states/\">United States</a></h2>                                                                <p>58 Universities</p>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-2-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/new-zealand/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag2-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/new-zealand/\">New Zealand</a></h2>                                                                <p>25 Universities</p>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-3-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/united-kingdom/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag3-1.jpg\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/united-kingdom/\">United Kingdom</a></h2>                                                                <p>33 Universities</p>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-4-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/switzerland/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag4-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/switzerland/\">Switzerland</a></h2>                                                                <p>38 Universities</p>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-5-2.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/australia/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag11.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/australia/\">Australia</a></h2>                                                                <p>35 Universities</p>\r\n        <!-- Globall-2 area start -->\r\n        <section data-wow-delay=\"0.3s\">\r\n                                 Credit Transfer                             \r\n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\r\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/Map-1024x614.png\" alt=\"\">\r\n                    <hr>\r\n        </section>\r\n        <!-- Globall-2 area end -->\r\n        <section>\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/cl-1.png\" alt=\"\">\r\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \r\n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \r\n        </section>\r\n                                                    Authorized Agents \r\n                                                    <h2>Our Agents Who are<br>\r\nDedicatedly Working With Us </h2>                    \r\n        <section>\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                CEO, Visapass\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-2.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\r\n                                                                Sr. Consultant\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-3.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Narayan Kamora</a></h3>\r\n                                                                Senior Lawyer\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-4.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                Manager\r\n        </section>\r\n    <!-- style 2 -->\r\n        <section>\r\n                                Our Partners                                                    \r\n                            <h2>Our Partner Companies<br> And Institutions </h2>\r\n                                                          <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\r\n                            <a href=\"/wp/visapass/partners/\">See All Partners</a>                        \r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-9.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-8.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-7.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-6.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-5.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-4.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n        </section>\r\n                                                    Testimonials \r\n                                                    <h2>What Clients Say About Us and<br>\r\nOur Services </h2>                    \r\n        <section>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-2.png\" alt=\"\">\r\n                                                                         <h4>Dana Holly Joya</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-3.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-3.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n        </section>\r\n                                                     Recent Blog                                             \r\n                                                <h2>Recent Updates of Visa<br>\r\nAnd Immagration</h2>                    \r\n                                           <p>We have helps students business persons tourists clients with medical needs to acquire U.s visas. Besides we also help with other family and provide counseeling services for immegration</p>\r\n        <!-- Blog start -->\r\n        <section>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blog-1-2.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\">Designing Better Links For Websites And Emails</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\">Read More </a>\r\n                        </article>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blog-1-2-3.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\">A Guide To Attracting Clients To Your Agency</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\">Read More </a>\r\n                        </article>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/Untitled-1.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\">Web Development To Update React Hooks Cons</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\">Read More </a>\r\n                        </article>\r\n        </section>\r\n        <!-- Blog end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-01-11 09:47:48', '2022-01-11 09:47:48', '', 219, 'http://akaashbelting.com/demo/?p=2009', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2010, 1, '2022-01-11 12:04:30', '2022-01-11 12:04:30', '<!-- About-2 area start here -->\r\n        <section data-wow-delay=\"0.3s\">\r\n                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about2.jpg\" alt=\"\">\r\n                                                                <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/about2-1.jpg\" alt=\"\">\r\n                                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/seal.png\" alt=\"\">\r\n                                                                                        <h4>ISO Certified</h4>\r\n                                                                                                                                    <p>1990-2000</p>\r\n                                About visapass                             \r\n                                                        <h2>25+ Years of Your Trust and Recommendation </h2>                                                        \r\n                                <p>For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations</p>\r\n                                                                                            <h4>Trusted by Millions</h4>\r\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\r\n                                                                                            <h4>Awards Winner</h4>\r\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\r\n        </section>\r\n        <!-- About-2 area end here -->\r\n            <h2>Visapass Carries 25+ Year\'s<br>\r\nAwesome History </h2>        \r\n			            <!-- About- Tabs area start here -->\r\n                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/themes/visapass/assets/img/about/pth.png\" alt=\"img\">\r\n                            <ul id=\"pills-tab\" role=\"tablist\">\r\n                                                               <li role=\"presentation\">\r\n                                 <button id=\"pills-0-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-0\" type=\"button\" role=\"tab\" aria-controls=\"pills-0\" aria-selected=\"true\">1990 - 1995</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-1-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-1\" type=\"button\" role=\"tab\" aria-controls=\"pills-1\" aria-selected=\"true\">1996 - 2000</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-2-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-2\" type=\"button\" role=\"tab\" aria-controls=\"pills-2\" aria-selected=\"true\">2001 - 2005</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-3-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-3\" type=\"button\" role=\"tab\" aria-controls=\"pills-3\" aria-selected=\"true\">2006 - 2010</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-4-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-4\" type=\"button\" role=\"tab\" aria-controls=\"pills-4\" aria-selected=\"true\">2011 - 2020</button>\r\n                               </li>\r\n                                                            </ul>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n             <!-- About- Tabs area end here -->\r\n                            <h1>25\r\n                             K+                           </h1>\r\n                                                        Happy Clients &amp; Students\r\n                            <h1>80\r\n                             +                           </h1>\r\n                                                        Countries Affiliation\r\n                            <h1>360\r\n                                                        </h1>\r\n                                                        Top University Partner\r\n                            <h1>23\r\n                             k+                           </h1>\r\n                                                        Visa &amp; Immigration\r\n        <section>\r\n                               Our Missions                             \r\n                                                                                    <h2>\r\n                                We Journey The Global Business to Ensuring The Guarantee                            </h2>\r\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/services/\">See Packages</a>\r\n                                                                  <a href=\"#\"> Download Brochure</a>                                \r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ab-m.jpg\" alt=\"\">\r\n                                <a href=\"https://www.youtube.com/watch?v=pNje3bWz7V8\"></a>\r\n        </section>\r\n                                                    Testimonials \r\n                                                    <h2>What Clients Say About Us and<br>\r\nOur Services </h2>                    \r\n        <section>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-2.png\" alt=\"\">\r\n                                                                         <h4>Dana Holly Joya</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-3.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-3.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ts-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n        </section>\r\n                                                    Authorized Agents \r\n                                                    <h2>Our Agents Who are<br>\r\nDedicatedly Working With Us </h2>                    \r\n        <section>\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                CEO, Visapass\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-2.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\r\n                                                                Sr. Consultant\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-3.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Narayan Kamora</a></h3>\r\n                                                                Senior Lawyer\r\n                                                                 <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/t-4.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                Manager\r\n        </section>\r\n    <!-- style 2 -->\r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/2.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/3.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/4.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/5.png\" alt=\"\">\r\n                       </a>', 'About', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-01-11 12:04:30', '2022-01-11 12:04:30', '', 506, 'http://akaashbelting.com/demo/?p=2010', 0, 'revision', '', 0),
(2013, 1, '2022-01-12 05:37:34', '2022-01-12 05:37:34', '<img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/services-1.jpg\" alt=\"\">\r\n                                                        Featured Services \r\n                                                        <h2>We Take The Challenge to Make The Life Easier </h2>                                                            <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration</p>\r\n                                                                        <h4>\r\n                                        Proper<br> Information                                     </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n                                                                        <h4>\r\n                                        Advice &amp; <br> Consultancy                                    </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n                                                                        <h4>\r\n                                        Tour &amp; Travel <br>Guidelines                                     </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n                                                                        <h4>\r\n                                        Education <br>Tips and Tricks                                     </h4>\r\n                                                                            <p>Work permit approval in higher education is designed for career professionals seeking</p>\r\n                                                                        <a href=\"/wp/visapass/ourservices/business-visa/\"></a>\r\n			                <!-- service -->\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-4.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-1-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Business Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-2-4.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Student Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/featurs-3.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Read More </a>\r\n                            <h1>25\r\n                             K+                           </h1>\r\n                                                        Happy Clients &amp; Students\r\n                            <h1>80\r\n                             +                           </h1>\r\n                                                        Countries Affiliation\r\n                            <h1>360\r\n                                                        </h1>\r\n                                                        Top University Partner\r\n                            <h1>23\r\n                             k+                           </h1>\r\n                                                        Visa &amp; Immigration\r\n        <section>\r\n                         Working Process                             \r\n                            <h2>\r\n                                We Take 1-2 Working Months For Processing                            </h2>\r\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\r\n                                                              <a href=\"\"> \r\n                                Visa Requests</a>\r\n                                                              <a href=\"\"> \r\n                                 Visa Apply</a>\r\n                                                              <a href=\"\"> \r\n                                Visa Service</a>\r\n                                <a href=\"/wp/visapass/contact/\">See Packages</a>\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/ab-m.jpg\" alt=\"\">\r\n                                <a href=\"https://www.youtube.com/watch?v=n07QCmVYc6M\"></a>\r\n        </section>\r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/2.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/3.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/4.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/5.png\" alt=\"\">\r\n                       </a>', 'Services', '', 'inherit', 'closed', 'closed', '', '938-revision-v1', '', '', '2022-01-12 05:37:34', '2022-01-12 05:37:34', '', 938, 'http://akaashbelting.com/demo/?p=2013', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2014, 1, '2022-01-12 08:59:24', '2022-01-12 08:59:24', '<h2>Most Ranked Courses</h2>                                            \r\n                            <ul>\r\n                                                                                                <li data-filter=\"*\">See All</li>\r\n                                <li data-filter=\".ielts\">IELTS</li>\r\n                                                                                                                                <li data-filter=\".english\">English</li>\r\n                                                                                                                                <li data-filter=\".toefl\">TOEFL</li>\r\n                                                                                                                                <li data-filter=\".business\">Business</li>\r\n                                                                                                                                <li data-filter=\".training\">Training</li>\r\n                                                                                            </ul>\r\n                                                                 3h 33m 33s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\">\r\n                                      <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b6.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo2-1.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\">Native English Spoken Course For Business</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\"> 10 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/native-english-spoken-course-for-business/\">Details </a></li>\r\n                                </ul>\r\n                                                                 4h 50m \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\">\r\n                                      <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b2.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo2-1.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\">Special Training On Machineries Components Engineering</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\"> 8 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/special-training-on-machineries-components-engineering/\">Details </a></li>\r\n                                </ul>\r\n                                                                 5h 25m \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\">\r\n                                      <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b3.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo5.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\">Spanish Language Course For Jobs Seekers</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\"> 10 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/spanish-language-course-for-jobs-seekers/\">Details </a></li>\r\n                                </ul>\r\n                                                                 4h 55m 13s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\">\r\n                                      <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b4.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\">IBusiness English Spoken Course For Beginners</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\"> 11 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/ibusiness-english-spoken-course-for-beginners/\">Details </a></li>\r\n                                </ul>\r\n                                                                 5h 3m 33s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\">\r\n                                      <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b1.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo2.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\">Test Of English as a Foreign Language (TOEFL)</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\"> 12 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/test-of-english-as-a-foreign-language-toefl/\">Details </a></li>\r\n                                </ul>\r\n                                                                 10h 50m 20s \r\n                                    <a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\">\r\n                                      <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/b5.jpg\" alt=\"img\">\r\n                                   </a>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\"><img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/coacing-logo.png\" alt=\"logo-img\"></a>\r\n                                <h3>\r\n                                   <a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\">Internation English Language Testing Systems (IELTS)</a> \r\n                                </h3>\r\n                                                                    <p>We also help with other family based based and investment based Immigration.</p>\r\n                                <ul>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\"> 12 Classes</a></li>\r\n                                                                        <li><a href=\"https://www.devsnews.com/wp/visapass/courses/internation-english-language-testing-systems-ielts/\">Details </a></li>\r\n                                </ul>\r\n                                                  <h2>Need Coaching Help? Look Here </h2>                    \r\n                            <h2 id=\"heading_0\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_0\" \r\n                                aria-expanded=\"true\" \r\n                                aria-controls=\"collapse_0\">\r\n                                    How long does it take for a Transit Visa to process?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_1\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_1\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_1\">\r\n                                    What is the purpose of the United States Business visa?                                                                         </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_2\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_2\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_2\">\r\n                                    If the applicant is intending to stay more than 3 months?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_3\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_3\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_3\">\r\n                                    What are the important things to know as a Transit Visa applicant?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_4\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_4\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_4\">\r\n                                    How do I read and understand my visa?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                            <h2 id=\"heading_5\">\r\n                                <button \r\n                                type=\"button\" \r\n                                data-bs-toggle=\"collapse\" \r\n                                data-bs-target=\"#collapse_5\" \r\n                                aria-expanded=\"false\" \r\n                                aria-controls=\"collapse_5\">\r\n                                    Can I bring friends and family with me, if I am to be interviewed?                                </button>\r\n                            </h2>\r\n                                    The European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.                                \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/2.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/3.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/4.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/5.png\" alt=\"\">\r\n                       </a>', 'Coaching', '', 'inherit', 'closed', 'closed', '', '1236-revision-v1', '', '', '2022-01-12 08:59:24', '2022-01-12 08:59:24', '', 1236, 'http://akaashbelting.com/demo/?p=2014', 0, 'revision', '', 0),
(2016, 1, '2021-12-09 09:25:25', '2021-12-09 09:25:25', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/b7.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Web Development To Update React Hooks Cons', '', 'inherit', 'closed', 'closed', '', '117-revision-v1', '', '', '2021-12-09 09:25:25', '2021-12-09 09:25:25', '', 117, 'http://akaashbelting.com/demo/?p=2016', 0, 'revision', '', 0),
(2017, 1, '2021-12-09 09:58:21', '2021-12-09 09:58:21', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blogd-1-2.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Designing Better Links For Websites And Emails: A Guideline', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2021-12-09 09:58:21', '2021-12-09 09:58:21', '', 124, 'http://akaashbelting.com/demo/?p=2017', 0, 'revision', '', 0),
(2018, 1, '2021-12-09 10:07:59', '2021-12-09 10:07:59', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blogd-1-2-2.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'A Guide To Attracting Clients To Your Agency', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2021-12-09 10:07:59', '2021-12-09 10:07:59', '', 128, 'http://akaashbelting.com/demo/?p=2018', 0, 'revision', '', 0),
(2019, 1, '2021-12-09 10:13:09', '2021-12-09 10:13:09', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blogd-1-2.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Useful Front-End Boilerplates And Starter Kits', '', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2021-12-09 10:13:09', '2021-12-09 10:13:09', '', 132, 'http://akaashbelting.com/demo/?p=2019', 0, 'revision', '', 0),
(2020, 1, '2021-12-09 10:19:56', '2021-12-09 10:19:56', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/blogd-1-2-2.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'Useful VS Code Extensions For Front-End Developers', '', 'inherit', 'closed', 'closed', '', '136-revision-v1', '', '', '2021-12-09 10:19:56', '2021-12-09 10:19:56', '', 136, 'http://akaashbelting.com/demo/?p=2020', 0, 'revision', '', 0),
(2021, 1, '2021-12-09 10:23:02', '2021-12-09 10:23:02', '<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>Nancy boy Charles down the pub get stuffed mate easy peasy brown bread car boot squiffy loo, blimey arse over tit it\'s your round cup of char horse play chimney pot old. Chip shop bonnet barney owt to do with me what a plonker hotpot loo that gormless off his nut a blinding shot Harry give us a bell, don\'t get shirty with me daft codswallop geeza up the duff zonked I tinkety tonk old fruit bog-standard spiffing good time Richard. Are you taking the piss young delinquent wellies absolutely bladdered the BBC Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n<blockquote>Tosser argy-bargy mush loo at public school Elizabeth up the duff buggered chinwag on your bike mate don\'t get shirty with me super, Jeffrey bobby Richard cheesed off spend a penny a load of old tosh blag horse.\r\n\r\n<cite>Jony Willamson</cite></blockquote>\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.\r\n\r\n<img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2021/12/b7.jpg\" alt=\"img\" />\r\n<h3>Visapass is the only theme you will ever need</h3>\r\nAre you taking the piss young delinquent wellies absolutely bladdered the Eaton my good sir, cup of tea spiffing bleeder David mufty you mug cor blimey guvnor, burke bog-standard brown bread wind up barney. Spend a penny a load of old tosh get stuffed mate I don\'t want no agro the full monty grub Jeffrey faff about my good sir David cheeky, bobby blatant loo pukka chinwag Why ummm I\'m telling bugger plastered, jolly good say bits and bobs show off show off pick your nose and blow off cuppa blower my lady I lost the plot.\r\n\r\nCheeky bugger cracking goal starkers lemon squeezy lost the plot pardon me no biggie the BBC burke gosh boot so I said wellies, zonked a load of old tosh bodge barmy skive off he legged it morish spend a penny my good sir wind up hunky-dory. Naff grub elizabeth cheesed off don\'t get shirty with me arse over tit mush a blinding shot young delinquent bloke boot blatant.', 'A Guide To Undoing Mistakes With Git', '', 'inherit', 'closed', 'closed', '', '140-revision-v1', '', '', '2021-12-09 10:23:02', '2021-12-09 10:23:02', '', 140, 'http://akaashbelting.com/demo/?p=2021', 0, 'revision', '', 0),
(2022, 1, '2022-01-12 11:36:39', '2022-01-12 11:36:39', '<h2>Most Popular Countries</h2>                    \r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-1-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag1-2.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">UNITED STATES</a></h5>                                                                                <p >58 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-2-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/new-zealand/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag2-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/new-zealand/\"> NEW ZEALAND</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-3-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-kingdom/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag3-1.jpg\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-kingdom/\">UNITED KINGDOM</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-4-1.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/switzerland/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag4-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/switzerland/\">SWITZERLAND</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-5-2.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/australia/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag5.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/australia/\">AUSTRALIA</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-6.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag6-1.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">BANGLADESH</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-7.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/canada/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag7.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/canada/\">CANADA</a></h5>                                                                                <p >33 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-8.jpg\" alt=\"\">\r\n                                            <a href=\"https://www.devsnews.com/wp/visapass/ourcountries/china/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag8.png\" alt=\"\">\r\n                                        <h5><a href=\"https://www.devsnews.com/wp/visapass/ourcountries/china/\"> CHINA</a></h5>                                                                                <p >38 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-12.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag9.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">DENMARK</a></h5>                                                                                <p >33 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-10.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag10.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">FRANCE</a></h5>                                                                                <p >25 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-9.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag11.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">GERMANY</a></h5>                                                                                <p >33 UNIVERSITIES</p>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/c-11.jpg\" alt=\"\">\r\n                                            <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                                                              </a>\r\n                                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/flag12.png\" alt=\"\">\r\n                                        <h5><a href=\"/wp/visapass/ourcountries/united-states/\">NORWAY</a></h5>                                                                                <p >38 UNIVERSITIES</p>\r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/2.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/3.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/4.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/5.png\" alt=\"\">\r\n                       </a>', 'Countries', '', 'inherit', 'closed', 'closed', '', '1377-revision-v1', '', '', '2022-01-12 11:36:39', '2022-01-12 11:36:39', '', 1377, 'http://akaashbelting.com/demo/?p=2022', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2023, 1, '2022-01-12 12:00:18', '2022-01-12 12:00:18', '<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\r\n					src=\"https://maps.google.com/maps?q=dhaka%2Cbangladesh&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\r\n					title=\"dhaka,bangladesh\"\r\n					aria-label=\"dhaka,bangladesh\"\r\n			></iframe>\r\n                        <h2>\r\n                Get in Touch             </h2>\r\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\r\n<form action=\"/wp/visapass/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.3\" />\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\r\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\r\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\r\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\r\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\r\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\r\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\r\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\r\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\r\n        <button type=\"submit\">Submit Now</button>\r\n</form>           \r\n            <p></p>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">New York Office </h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    New York Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+1980589360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Washington Office </h2>                        \r\n                                                                                                                <p>Address: <p>7841 Budapast, Harry, WT</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Washington Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7841 Budapast, Harry, WT</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+2%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Chicago Office</h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Chicago Office                </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+3%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/2.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/3.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/4.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/5.png\" alt=\"\">\r\n                       </a>', 'Contact', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-01-12 12:00:18', '2022-01-12 12:00:18', '', 1385, 'http://akaashbelting.com/demo/?p=2023', 0, 'revision', '', 0),
(2024, 1, '2022-01-13 05:42:09', '2022-01-13 05:42:09', 'Honorable Partners                         \r\n                                                <h2>We\'ve Some Honorable Partners Globally </h2>                    \r\n                                           <p>Partner Institutes &amp; Universities Lorem Ipsum is simply dummy text of the printing has been the standard. when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-1.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-2.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-3.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-4.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-5.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-6.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-7.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-8.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-9.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-10.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-11.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-12.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-13.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-14.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-15.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-16.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-17.png\" alt=\"\">\r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/pt-18.png\" alt=\"\">', 'Partners', '', 'inherit', 'closed', 'closed', '', '1702-revision-v1', '', '', '2022-01-13 05:42:09', '2022-01-13 05:42:09', '', 1702, 'http://akaashbelting.com/demo/?p=2024', 0, 'revision', '', 0),
(2025, 1, '2022-09-19 07:45:32', '2022-09-19 07:45:32', '', 'ab-us', '', 'inherit', 'open', 'closed', '', 'ab-us-2', '', '', '2022-09-19 07:45:32', '2022-09-19 07:45:32', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/ab-us.jpg', 0, 'attachment', 'image/jpeg', 0),
(2026, 1, '2022-09-19 07:48:53', '2022-09-19 07:48:53', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2022-09-19 07:48:53', '2022-09-19 07:48:53', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2038, 1, '2022-09-19 08:08:46', '2022-09-19 08:08:46', '', 'venta-belt', '', 'inherit', 'open', 'closed', '', 'venta-belt', '', '', '2022-09-19 08:08:46', '2022-09-19 08:08:46', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/venta-belt.png', 0, 'attachment', 'image/png', 0),
(2055, 1, '2022-09-19 08:54:00', '2022-09-19 08:54:00', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://akaashbelting.com/demo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 08:54:00', '2022-09-19 08:54:00', '', 2, 'http://akaashbelting.com/demo/?p=2055', 0, 'revision', '', 0),
(2070, 1, '2022-09-19 09:44:31', '2022-09-19 09:44:31', '', 'iso', '', 'inherit', 'open', 'closed', '', 'iso', '', '', '2022-09-19 09:44:31', '2022-09-19 09:44:31', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg', 0, 'attachment', 'image/jpeg', 0),
(2087, 1, '2022-09-19 09:58:22', '2022-09-19 09:58:22', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-visapass', '', '', '2022-09-19 09:58:22', '2022-09-19 09:58:22', '', 0, 'http://akaashbelting.com/demo/wp-global-styles-visapass/', 0, 'wp_global_styles', '', 0),
(2089, 1, '2022-09-19 10:13:05', '2022-09-19 10:13:05', '<!-- hero area start here -->\r\n        <section>\r\n                                                                                        Effective Visa Solution\r\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\r\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\r\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \r\n                                                                                        Effective Visa Solution\r\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\r\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\r\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \r\n                                <!-- If we need navigation buttons -->\r\n        </section>\r\n        <!-- hero area end here -->\r\n			                <!-- visa area start here -->\r\n        <section>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Visa Application</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Visa Information</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\">Immigration  Resources</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Passport Application</a>\r\n                               </h4>\r\n        </section>\r\n        <!-- visa area end here -->\r\n                                                    FEATURED SERVICES\r\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\r\nFrom Experienced Lawyers</h2>                    \r\n			                <!-- service -->\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Business Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Student Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Read More </a>\r\n        <!-- Scholarship Programs start here -->\r\n        <section>\r\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\r\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\r\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\r\n                                                                    <h5>\r\n                                                                            Validity From                                                                         : \r\n                                                                            2022-01-11 12:00                                                                          - \r\n                                                                                  2022-01-11 12:00                                                                          </h5>\r\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \r\n        </section>\r\n        <!-- Scholarship Programs end here -->\r\n        <!-- About  start here -->\r\n        <section>\r\n                                ABOUT VISAPASS                            \r\n                                                        <h2>25+  Years of Your Trust and Recommendation</h2>                            \r\n                                                                    <h5 bdevs-el-title=\"\">25+  Years of Your Trust and Recommendation</h5>\r\n                                                                                                <p >For the last 35 years, We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family based, employment based &amp; investment based Immigration.</p>\r\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\r\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\r\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\r\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\r\n        </section>\r\n        <!-- About  end here -->\r\n                        <h1>4k+</h1>\r\n                                    Happy Clients &amp; Students\r\n                        <h1>3k+</h1>\r\n                                    Visa &amp; Immigration\r\n                        <h1>12k+</h1>\r\n                                    Countries Affiliation\r\n                        <h1>57k+</h1>\r\n                                    Top University Partner\r\n                                                    POPULAR COUNTRIES\r\n                                                    <h2>Select Your Favorite Country<br>\r\nTo Apply Visa</h2>                    \r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-1-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag1-2-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/united-states/\">United States</a></h2>                                                                <p>58 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-2-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/new-zealand/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag2-1-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/new-zealand/\">New Zealand</a></h2>                                                                <p>25 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-3-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/united-kingdom/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag3-1-1.jpg\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/united-kingdom/\">United Kingdom</a></h2>                                                                <p>33 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-4-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/switzerland/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag4-1-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/switzerland/\">Switzerland</a></h2>                                                                <p>38 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-5-2-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/australia/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag11-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/australia/\">Australia</a></h2>                                                                <p>35 Universities</p>\r\n        <!-- Globall-2 area start -->\r\n        <section data-wow-delay=\"0.3s\">\r\n                                 Credit Transfer                             \r\n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\r\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/Map-1024x614.png\" alt=\"\">\r\n                    <hr>\r\n        </section>\r\n        <!-- Globall-2 area end -->\r\n        <section>\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\r\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \r\n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \r\n        </section>\r\n                                                    Authorized Agents \r\n                                                    <h2>Our Agents Who are<br>\r\nDedicatedly Working With Us </h2>                    \r\n        <section>\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                CEO, Visapass\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\r\n                                                                Sr. Consultant\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Narayan Kamora</a></h3>\r\n                                                                Senior Lawyer\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                Manager\r\n        </section>\r\n    <!-- style 2 -->\r\n        <section>\r\n                                Our Partners                                                    \r\n                            <h2>Our Partner Companies<br> And Institutions </h2>\r\n                                                          <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\r\n                            <a href=\"/wp/visapass/partners/\">See All Partners</a>                        \r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-9-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-8-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-7-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-6-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-5-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-4-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n        </section>\r\n                                                    Testimonials \r\n                                                    <h2>What Clients Say About Us and<br>\r\nOur Services </h2>                    \r\n        <section>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\r\n                                                                         <h4>Dana Holly Joya</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n        </section>\r\n                                                     Recent Blog                                             \r\n                                                <h2>Recent Updates of Visa<br>\r\nAnd Immagration</h2>                    \r\n                                           <p>We have helps students business persons tourists clients with medical needs to acquire U.s visas. Besides we also help with other family and provide counseeling services for immegration</p>\r\n        <!-- Blog start -->\r\n        <section>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blog-1-2-1.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\">Designing Better Links For Websites And Emails</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\">Read More </a>\r\n                        </article>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blog-1-2-3-1.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\">A Guide To Attracting Clients To Your Agency</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\">Read More </a>\r\n                        </article>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/Untitled-1-1.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\">Web Development To Update React Hooks Cons</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\">Read More </a>\r\n                        </article>\r\n        </section>\r\n        <!-- Blog end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:13:05', '2022-09-19 10:13:05', '', 219, 'http://akaashbelting.com/demo/?p=2089', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2090, 1, '2022-09-19 10:13:05', '2022-09-19 10:13:05', '<!-- hero area start here -->\r\n        <section>\r\n                                                                                        Effective Visa Solution\r\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\r\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\r\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \r\n                                                                                        Effective Visa Solution\r\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\r\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\r\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \r\n                                <!-- If we need navigation buttons -->\r\n        </section>\r\n        <!-- hero area end here -->\r\n			                <!-- visa area start here -->\r\n        <section>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Visa Application</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Visa Information</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\">Immigration  Resources</a>\r\n                               </h4>\r\n                                                              <h4>\r\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Passport Application</a>\r\n                               </h4>\r\n        </section>\r\n        <!-- visa area end here -->\r\n                                                    FEATURED SERVICES\r\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\r\nFrom Experienced Lawyers</h2>                    \r\n			                <!-- service -->\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/tourist-visitor-visa-available/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Business Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/business-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Student Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/student-visa/\">Read More </a>\r\n                           <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \r\n                            <h3><a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\r\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\r\n                            <a href=\"https://www.devsnews.com/wp/visapass/ourservices/job-work-visa/\">Read More </a>\r\n        <!-- Scholarship Programs start here -->\r\n        <section>\r\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\r\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\r\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\r\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\r\n                                                                    <h5>\r\n                                                                            Validity From                                                                         : \r\n                                                                            2022-01-11 12:00                                                                          - \r\n                                                                                  2022-01-11 12:00                                                                          </h5>\r\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \r\n        </section>\r\n        <!-- Scholarship Programs end here -->\r\n        <!-- About  start here -->\r\n        <section>\r\n                                ABOUT VISAPASS                            \r\n                                                        <h2>25+  Years of Your Trust and Recommendation</h2>                            \r\n                                                                    <h5 bdevs-el-title=\"\">25+  Years of Your Trust and Recommendation</h5>\r\n                                                                                                <p >For the last 35 years, We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family based, employment based &amp; investment based Immigration.</p>\r\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\r\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\r\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\r\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\r\n        </section>\r\n        <!-- About  end here -->\r\n                        <h1>4k+</h1>\r\n                                    Happy Clients &amp; Students\r\n                        <h1>3k+</h1>\r\n                                    Visa &amp; Immigration\r\n                        <h1>12k+</h1>\r\n                                    Countries Affiliation\r\n                        <h1>57k+</h1>\r\n                                    Top University Partner\r\n                                                    POPULAR COUNTRIES\r\n                                                    <h2>Select Your Favorite Country<br>\r\nTo Apply Visa</h2>                    \r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-1-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/united-states/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag1-2-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/united-states/\">United States</a></h2>                                                                <p>58 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-2-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/new-zealand/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag2-1-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/new-zealand/\">New Zealand</a></h2>                                                                <p>25 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-3-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/united-kingdom/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag3-1-1.jpg\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/united-kingdom/\">United Kingdom</a></h2>                                                                <p>33 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-4-1-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/switzerland/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag4-1-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/switzerland/\">Switzerland</a></h2>                                                                <p>38 Universities</p>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/c-5-2-1.jpg\" alt=\"\">\r\n                                    <a href=\"/wp/visapass/ourcountries/australia/\">\r\n                                                                                                                                                              </a>\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/flag11-1.png\" alt=\"\">\r\n                                <h2><a href=\"/wp/visapass/ourcountries/australia/\">Australia</a></h2>                                                                <p>35 Universities</p>\r\n        <!-- Globall-2 area start -->\r\n        <section data-wow-delay=\"0.3s\">\r\n                                 Credit Transfer                             \r\n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\r\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \r\n                            <img src=\"https://www.devsnews.com/wp/visapass/wp-content/uploads/2022/01/Map-1024x614.png\" alt=\"\">\r\n                    <hr>\r\n        </section>\r\n        <!-- Globall-2 area end -->\r\n        <section>\r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\r\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \r\n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \r\n        </section>\r\n                                                    Authorized Agents \r\n                                                    <h2>Our Agents Who are<br>\r\nDedicatedly Working With Us </h2>                    \r\n        <section>\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                CEO, Visapass\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\r\n                                                                Sr. Consultant\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Narayan Kamora</a></h3>\r\n                                                                Senior Lawyer\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                Manager\r\n        </section>\r\n    <!-- style 2 -->\r\n        <section>\r\n                                Our Partners                                                    \r\n                            <h2>Our Partner Companies<br> And Institutions </h2>\r\n                                                          <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\r\n                            <a href=\"/wp/visapass/partners/\">See All Partners</a>                        \r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-9-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-8-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-7-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-6-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-5-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n                                    <a href=\"/wp/visapass/partners/\">\r\n                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/pt-4-1.png\" alt=\"icon\" />\r\n                                                                            </a>\r\n        </section>\r\n                                                    Testimonials \r\n                                                    <h2>What Clients Say About Us and<br>\r\nOur Services </h2>                    \r\n        <section>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\r\n                                                                         <h4>Dana Holly Joya</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n        </section>\r\n                                                     Recent Blog                                             \r\n                                                <h2>Recent Updates of Visa<br>\r\nAnd Immagration</h2>                    \r\n                                           <p>We have helps students business persons tourists clients with medical needs to acquire U.s visas. Besides we also help with other family and provide counseeling services for immegration</p>\r\n        <!-- Blog start -->\r\n        <section>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blog-1-2-1.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\">Designing Better Links For Websites And Emails</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/designing-better-links-for-websites-and-emails-a-guideline/\">Read More </a>\r\n                        </article>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/blog-1-2-3-1.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\">A Guide To Attracting Clients To Your Agency</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/a-guide-to-attracting-clients-to-your-agency/\">Read More </a>\r\n                        </article>\r\n                        <article>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2021/12/Untitled-1-1.jpg\" alt=\"image not found\"></a> \r\n                                                                                                        <a href=\"https://www.devsnews.com/wp/visapass/author/visapass/\">Visapass</a>\r\n                                                                                                                                    Jan 11, 2022 \r\n                                    <h3><a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\">Web Development To Update React Hooks Cons</a></h3>                                                                         <p>Nancy boy Charles down the pub get stuffed mate easy peasy&hellip;</p>\r\n                                         <a href=\"https://www.devsnews.com/wp/visapass/web-development-to-update-react-hooks-cons/\">Read More </a>\r\n                        </article>\r\n        </section>\r\n        <!-- Blog end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:13:05', '2022-09-19 10:13:05', '', 219, 'http://akaashbelting.com/demo/?p=2090', 0, 'revision', '', 0),
(2091, 1, '2022-09-19 10:13:05', '2022-09-19 10:13:05', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n			                <!-- visa area start here -->\n        <section>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Visa Application</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Visa Information</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\">Immigration  Resources</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Passport Application</a>\n                               </h4>\n        </section>\n        <!-- visa area end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Scholarship Programs start here -->\n        <section>\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                    <h5>\n                                                                            Validity From                                                                         : \n                                                                            2022-01-11 12:00                                                                          - \n                                                                                  2022-01-11 12:00                                                                          </h5>\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \n        </section>\n        <!-- Scholarship Programs end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n                        <h1>20k+</h1>\n                                    Years of Experience\n                                <figure>\n                                    </figure>\n                                <h4>\n                    2                </h4>\n                                <p>Manufacturing Unit</p>\n                        <h1>12k+</h1>\n                                    Countries Affiliation\n                        <h1>57k+</h1>\n                                    Top University Partner\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                 Credit Transfer                             \n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:13:05', '2022-09-19 10:13:05', '', 219, 'http://akaashbelting.com/demo/?p=2091', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2093, 1, '2022-09-19 10:40:51', '2022-09-19 10:40:51', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n			                <!-- visa area start here -->\n        <section>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Visa Application</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Visa Information</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\">Immigration  Resources</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Passport Application</a>\n                               </h4>\n        </section>\n        <!-- visa area end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Scholarship Programs start here -->\n        <section>\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                    <h5>\n                                                                            Validity From                                                                         : \n                                                                            2022-01-11 12:00                                                                          - \n                                                                                  2022-01-11 12:00                                                                          </h5>\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \n        </section>\n        <!-- Scholarship Programs end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n                        <h1>20k+</h1>\n                                    Years of Experience\n                                <figure>\n                                    </figure>\n                                <h4>\n                    2                </h4>\n                                <p>Manufacturing Unit</p>\n                        <h1>12k+</h1>\n                                    Countries Affiliation\n                        <h1>57k+</h1>\n                                    Top University Partner\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                 Credit Transfer                             \n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:40:51', '2022-09-19 10:40:51', '', 219, 'https://akaashbelting.com/demo/?p=2093', 0, 'revision', '', 0),
(2094, 1, '2022-09-19 10:40:51', '2022-09-19 10:40:51', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n			                <!-- visa area start here -->\n        <section>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Visa Application</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Visa Information</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\">Immigration  Resources</a>\n                               </h4>\n                                                              <h4>\n                                  <a href=\"/wp/visapass/ourservices/tourist-visitor-visa-available/\"> Online Passport Application</a>\n                               </h4>\n        </section>\n        <!-- visa area end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"http://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Scholarship Programs start here -->\n        <section>\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                    <h5>\n                                                                            Validity From                                                                         : \n                                                                            2022-01-11 12:00                                                                          - \n                                                                                  2022-01-11 12:00                                                                          </h5>\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \n        </section>\n        <!-- Scholarship Programs end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n                        <h1>20k+</h1>\n                                    Years of Experience\n                                <figure>\n                                    </figure>\n                                <h4>\n                    2                </h4>\n                                <p>Manufacturing Unit</p>\n                        <h1>12k+</h1>\n                                    Countries Affiliation\n                        <h1>57k+</h1>\n                                    Top University Partner\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                 Credit Transfer                             \n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:40:51', '2022-09-19 10:40:51', '', 219, 'https://akaashbelting.com/demo/?p=2094', 0, 'revision', '', 0),
(2095, 1, '2022-09-19 10:40:51', '2022-09-19 10:40:51', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Scholarship Programs start here -->\n        <section>\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                    <h5>\n                                                                            Validity From                                                                         : \n                                                                            2022-01-11 12:00                                                                          - \n                                                                                  2022-01-11 12:00                                                                          </h5>\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \n        </section>\n        <!-- Scholarship Programs end here -->\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                 Credit Transfer                             \n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:40:51', '2022-09-19 10:40:51', '', 219, 'https://akaashbelting.com/demo/?p=2095', 0, 'revision', '', 0),
(2096, 1, '2022-09-19 10:43:10', '2022-09-19 10:43:10', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Scholarship Programs start here -->\n        <section>\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                    <h5>\n                                                                            Validity From                                                                         : \n                                                                            2022-01-11 12:00                                                                          - \n                                                                                  2022-01-11 12:00                                                                          </h5>\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \n        </section>\n        <!-- Scholarship Programs end here -->\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                 Credit Transfer                             \n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:43:10', '2022-09-19 10:43:10', '', 219, 'https://akaashbelting.com/demo/?p=2096', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2097, 1, '2022-09-19 10:43:10', '2022-09-19 10:43:10', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Scholarship Programs start here -->\n        <section>\n                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/scholarship-left-1-1.png\" alt=\"\">\n                                <h2>20+ Best Universities Scholarship Programs From 20 Countries​</h2>                                                                <p>We also help with other family based employment based and investment based Immigration. Praesent eui vel aliquam nisl efficitur eu.</p>\n                                                                                                                                                                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-2-1-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-3-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-5-1.png\" alt=\"img\">\n                                                                                                                                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/s-1-1-1.png\" alt=\"img\">\n                                                                    <h5>\n                                                                            Validity From                                                                         : \n                                                                            2022-01-11 12:00                                                                          - \n                                                                                  2022-01-11 12:00                                                                          </h5>\n                                                                                                    <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">APPLY NOW</a>                                                            \n        </section>\n        <!-- Scholarship Programs end here -->\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                 Credit Transfer                             \n                                                        <h2>We\'re Global Partner of <br>580+ Universities </h2>                                                            <p>We have helped students, business persons, tourists, clients with medical needs to acquire U.S. visas. Besides, we also help with other family and provide counseling services for immigration </p>\n                                                        <a href=\"/wp/visapass/partners/\">More Agencies</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/cl-1-1.png\" alt=\"\">\n                                                    <h4>Get a skilled job in abroad taking our technical courses..</h4>                                           \n                            <a href=\"/wp/visapass/contact/\" href=\"/wp/visapass/contact/\">Apply Now</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:43:10', '2022-09-19 10:43:10', '', 219, 'https://akaashbelting.com/demo/?p=2097', 0, 'revision', '', 0),
(2098, 1, '2022-09-19 10:43:10', '2022-09-19 10:43:10', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:43:10', '2022-09-19 10:43:10', '', 219, 'https://akaashbelting.com/demo/?p=2098', 0, 'revision', '', 0),
(2099, 1, '2022-09-19 10:46:43', '2022-09-19 10:46:43', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:46:43', '2022-09-19 10:46:43', '', 219, 'https://akaashbelting.com/demo/?p=2099', 0, 'revision', '', 0),
(2100, 1, '2022-09-19 10:46:43', '2022-09-19 10:46:43', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/certificate-1-1.png\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-3-1-1.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:46:43', '2022-09-19 10:46:43', '', 219, 'https://akaashbelting.com/demo/?p=2100', 0, 'revision', '', 0),
(2101, 1, '2022-09-19 10:46:43', '2022-09-19 10:46:43', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:46:43', '2022-09-19 10:46:43', '', 219, 'https://akaashbelting.com/demo/?p=2101', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2103, 1, '2022-09-19 10:58:00', '2022-09-19 10:58:00', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:00', '2022-09-19 10:58:00', '', 219, 'https://akaashbelting.com/demo/?p=2103', 0, 'revision', '', 0),
(2104, 1, '2022-09-19 10:58:00', '2022-09-19 10:58:00', '<!-- hero area start here -->\n        <section>\n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                                                                        Effective Visa Solution\n                                                                                                                                    <h2 data-animation=\"fadeInUp2\" data-delay=\".7s\">Visa &amp; Immigration <br /> Consultation</h2>\n                                                                                                                                    <p data-animation=\"fadeInUp2\" data-delay=\".9s\">Our professionalism, honesty, sincerity &amp; dedication to client service <br>   has helped our clients to fulfill their wishes </p>\n                                                <a href=\"/wp/visapass/contact/\">Book Now</a> \n                                <!-- If we need navigation buttons -->\n        </section>\n        <!-- hero area end here -->\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:00', '2022-09-19 10:58:00', '', 219, 'https://akaashbelting.com/demo/?p=2104', 0, 'revision', '', 0),
(2105, 1, '2022-09-19 10:58:00', '2022-09-19 10:58:00', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:00', '2022-09-19 10:58:00', '', 219, 'https://akaashbelting.com/demo/?p=2105', 0, 'revision', '', 0),
(2106, 1, '2022-09-19 10:58:49', '2022-09-19 10:58:49', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:49', '2022-09-19 10:58:49', '', 219, 'https://akaashbelting.com/demo/?p=2106', 0, 'revision', '', 0),
(2107, 1, '2022-09-19 10:58:49', '2022-09-19 10:58:49', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:49', '2022-09-19 10:58:49', '', 219, 'https://akaashbelting.com/demo/?p=2107', 0, 'revision', '', 0),
(2108, 1, '2022-09-19 10:58:50', '2022-09-19 10:58:50', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:50', '2022-09-19 10:58:50', '', 219, 'https://akaashbelting.com/demo/?p=2108', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2109, 1, '2022-09-19 10:58:58', '2022-09-19 10:58:58', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:58', '2022-09-19 10:58:58', '', 219, 'https://akaashbelting.com/demo/?p=2109', 0, 'revision', '', 0),
(2110, 1, '2022-09-19 10:58:58', '2022-09-19 10:58:58', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:58', '2022-09-19 10:58:58', '', 219, 'https://akaashbelting.com/demo/?p=2110', 0, 'revision', '', 0),
(2111, 1, '2022-09-19 10:58:58', '2022-09-19 10:58:58', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 10:58:58', '2022-09-19 10:58:58', '', 219, 'https://akaashbelting.com/demo/?p=2111', 0, 'revision', '', 0),
(2113, 1, '2022-09-19 11:12:37', '2022-09-19 11:12:37', '[[\"Dimensions\",\"#colspan#\",\"Angle (Deg)\",\"Pitch Width WP (mm)\",\"Top to pitch h (mm)\",\"Belt Length Factor \",\"#colspan#\",\"#colspan#\",\"Standard\",\"Recommended Minimum Pulley Diameter (mm)\",\"Manufacturing Range\",\"#colspan#\",\"#colspan#\"],[\"Tw (mm)\",\"Th (mm)\",\"#rowspan#\",\"#rowspan#\",\"#rowspan#\",\"Lp to La (mm)\",\"Li to La (mm)\",\"Li to La (mm)\",\"#rowspan#\",\"#rowspan#\",\"Min (Inch)\",\"Max (Inch)\",\"Length Designantion\"],[\"13\",\"8\",\"40\",\"11\",\"2.75\",\"20\",\"30\",\"50\",\"IS 2494,ISO\",\"71\",\"13\",\"360\",\"Li\"],[\"17\",\"11\",\"40\",\"14\",\"3.5\",\"26\",\"43\",\"69\",\"IS 2494,ISO\",\"112\",\"16\",\"658\",\"Li\"],[\"22\",\"14\",\"40\",\"19\",\"4.8\",\"32\",\"56\",\"88\",\"IS 2494,ISO\",\"180\",\"31\",\"658\",\"Li\"],[\"32\",\"19\",\"40\",\"27\",\"8.1\",\"40\",\"79\",\"119\",\"IS 2494,ISO\",\"355\",\"44.5\",\"662\",\"Li\"],[\"38\",\"23\",\"40\",\"32\",\"8.5\",\"53\",\"92\",\"145\",\"IS 2494\",\"500\",\"90\",\"658\",\"Li\"]]', 'CLASSICAL V-BELT.xlsx', 'CLASSICAL V-BELT.xlsx', 'publish', 'closed', 'closed', '', 'classical-v-belt-xlsx', '', '', '2022-09-19 11:32:43', '2022-09-19 11:32:43', '', 0, 'https://akaashbelting.com/demo/?post_type=tablepress_table&#038;p=2113', 0, 'tablepress_table', 'application/json', 0),
(2114, 1, '2022-09-19 11:14:40', '2022-09-19 11:14:40', '[[\"Dimensions\",\"#colspan#\",\"Angle (Deg)\",\"Pitch Width WP (mm)\",\"Top to pitch h (mm)\",\"Belt Length Factor \",\"#colspan#\",\"#colspan#\",\"Standard\",\"Recommended Minimum Pulley Diameter (mm)\",\"Manufacturing Range\",\"#colspan#\",\"#colspan#\"],[\"Tw (mm)\",\"Th (mm)\",\"#rowspan#\",\"#rowspan#\",\"#rowspan#\",\"Lp to La (mm)\",\"Li to La (mm)\",\"Li to La (mm)\",\"#rowspan#\",\"#rowspan#\",\"Min (Inch)\",\"Max (Inch)\",\"Length Designantion\"],[\"13\",\"8\",\"40\",\"11\",\"2.75\",\"20\",\"30\",\"50\",\"IS 2494,ISO\",\"71\",\"13\",\"360\",\"Li\"],[\"17\",\"11\",\"40\",\"14\",\"3.5\",\"26\",\"43\",\"69\",\"IS 2494,ISO\",\"112\",\"16\",\"658\",\"Li\"],[\"22\",\"14\",\"40\",\"19\",\"4.8\",\"32\",\"56\",\"88\",\"IS 2494,ISO\",\"180\",\"31\",\"658\",\"Li\"],[\"32\",\"19\",\"40\",\"27\",\"8.1\",\"40\",\"79\",\"119\",\"IS 2494,ISO\",\"355\",\"44.5\",\"662\",\"Li\"],[\"38\",\"23\",\"40\",\"32\",\"8.5\",\"53\",\"92\",\"145\",\"IS 2494\",\"500\",\"90\",\"658\",\"Li\"]]', 'CLASSICAL V-BELT.xlsx', 'CLASSICAL V-BELT.xlsx', 'inherit', 'closed', 'closed', '', '2113-revision-v1', '', '', '2022-09-19 11:14:40', '2022-09-19 11:14:40', '', 2113, 'https://akaashbelting.com/demo/?p=2114', 0, 'revision', '', 0),
(2115, 1, '2022-09-19 11:17:01', '2022-09-19 11:17:01', 'An applicant should apply at center in or closest to, the city in which you are documented as being a resident. Please contact VFS Global if you have any doubts as to where to make your application. Applicants are permitted to bring somebody to assist them but limited to 1 person per applicant or group. VFS Global will not allow.\n\nIssuance of the immigrant visa to the intending immigrant. Before the immigrant visa expires, the intended immigrant must show the immigrant visa at a U.S. port-of-entry. When an immigrant\'s immigrant visa is approved, he or she becomes a lawful for Individuals and circumstances influence how long.\n<h3>Visa Application Whole Process</h3>\nLorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.\n<figure></figure>\n<h4>Ensure\nThe Requrements</h4>\nWork permit approval in higher education is designed for career professionals seeking\n<figure></figure>\n<h4>Collection\nThe Documents</h4>\nWork permit approval in higher education is designed for career professionals seeking\n<figure></figure>\n<h4>Fill Up\nThe Required From</h4>\nWork permit approval in higher education is designed for career professionals seeking\n\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/business-1-1.jpg\" alt=\"\" />\n<h4>Necessary Documents</h4>\n<ul>\n 	<li>Two Recently taken posts must be attas</li>\n 	<li>A valid passport</li>\n 	<li>Round trip reservation or itinerary</li>\n 	<li>Travel insurance policy</li>\n 	<li>Proof of paid visa fee</li>\n</ul>\n<a href=\"/wp/visapass/services/\" data-wow-delay=\"\">View More Requrements</a>\n<h3>Visa Application Whole Process</h3>\nLorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto, quae temporibus? Placeat ea dolorum at officiis laborum recusandae enim magni.\n<ul>\n 	<li>Processing time: 7 - 28 Days</li>\n 	<li>Stay period: Up to 180 Days</li>\n 	<li>Entry Persons: Single / Double</li>\n 	<li>Life Insurance: Yes</li>\n 	<li>Medical Checkup: Yes</li>\n 	<li>Total Charges: $23,570</li>\n</ul>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/bussiness-2-1.jpg\" alt=\"img\" />\n<h5><a href=\"tel:http://+1%20890%20565%20398\">+1 890 565 398</a></h5>\nEngland dotted with a lush, green landscape, rustic villages and throbbing with humanity. South Asian country that has plenty to offer to visitors with its diverse wildlife .We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.\n<h2 id=\"heading_0\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_0\" aria-expanded=\"true\" aria-controls=\"collapse_0\">\nHow long does it take for a Transit Visa to process? </button></h2>\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\n<h2 id=\"heading_1\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_1\" aria-expanded=\"false\" aria-controls=\"collapse_1\">\nWhat is the purpose of the United States Business visa? </button></h2>\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\n<h2 id=\"heading_2\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_2\" aria-expanded=\"false\" aria-controls=\"collapse_2\">\nIf the applicant is intending to stay more than 3 months? </button></h2>\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\n<h2 id=\"heading_3\"><button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_3\" aria-expanded=\"false\" aria-controls=\"collapse_3\">\nWhat are the important things to know as a Transit Visa applicant? </button></h2>\nThe European business visa is mainly for people who want to participate in business meetings, conferences in Europe. Visa holders are not allowed to work or seek employment in Europe. Individuals and circumstances influence how long it takes to apply for a business visa.\n\n[table id=2 /]', 'Job/Work Visa', 'Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates', 'inherit', 'closed', 'closed', '', '1040-autosave-v1', '', '', '2022-09-19 11:17:01', '2022-09-19 11:17:01', '', 1040, 'https://akaashbelting.com/demo/?p=2115', 0, 'revision', '', 0),
(2117, 1, '2022-09-19 11:20:27', '2022-09-19 11:20:27', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 11:20:27', '2022-09-19 11:20:27', '', 219, 'https://akaashbelting.com/demo/?p=2117', 0, 'revision', '', 0),
(2118, 1, '2022-09-19 11:20:27', '2022-09-19 11:20:27', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Tourist &amp; Visitor Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/tourist-visitor-visa-available/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-1-1-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Business Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/business-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-2-4-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Student Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/student-visa/\">Read More </a>\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 11:20:27', '2022-09-19 11:20:27', '', 219, 'https://akaashbelting.com/demo/?p=2118', 0, 'revision', '', 0),
(2119, 1, '2022-09-19 11:20:27', '2022-09-19 11:20:27', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n		[table id=2 /]', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 11:20:27', '2022-09-19 11:20:27', '', 219, 'https://akaashbelting.com/demo/?p=2119', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2120, 1, '2022-09-19 11:20:55', '2022-09-19 11:20:55', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n		[table id=2 /]', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 11:20:55', '2022-09-19 11:20:55', '', 219, 'https://akaashbelting.com/demo/?p=2120', 0, 'revision', '', 0),
(2121, 1, '2022-09-19 11:20:55', '2022-09-19 11:20:55', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n		[table id=2 /]', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 11:20:55', '2022-09-19 11:20:55', '', 219, 'https://akaashbelting.com/demo/?p=2121', 0, 'revision', '', 0),
(2122, 1, '2022-09-19 11:20:55', '2022-09-19 11:20:55', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 11:20:55', '2022-09-19 11:20:55', '', 219, 'https://akaashbelting.com/demo/?p=2122', 0, 'revision', '', 0),
(2124, 1, '2022-09-19 11:23:53', '2022-09-19 11:23:53', '<!-- About-2 area start here -->\r\n        <section data-wow-delay=\"0.3s\">\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-2.jpg\" alt=\"\">\r\n                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-1-1.jpg\" alt=\"\">\r\n                                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/seal-1.png\" alt=\"\">\r\n                                                                                        <h4>ISO Certified</h4>\r\n                                                                                                                                    <p>1990-2000</p>\r\n                                About visapass                             \r\n                                                        <h2>25+ Years of Your Trust and Recommendation </h2>                                                        \r\n                                <p>For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations</p>\r\n                                                                                            <h4>Trusted by Millions</h4>\r\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\r\n                                                                                            <h4>Awards Winner</h4>\r\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\r\n        </section>\r\n        <!-- About-2 area end here -->\r\n            <h2>Visapass Carries 25+ Year\'s<br>\r\nAwesome History </h2>        \r\n			            <!-- About- Tabs area start here -->\r\n                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/themes/visapass/assets/img/about/pth.png\" alt=\"img\">\r\n                            <ul id=\"pills-tab\" role=\"tablist\">\r\n                                                               <li role=\"presentation\">\r\n                                 <button id=\"pills-0-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-0\" type=\"button\" role=\"tab\" aria-controls=\"pills-0\" aria-selected=\"true\">1990 - 1995</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-1-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-1\" type=\"button\" role=\"tab\" aria-controls=\"pills-1\" aria-selected=\"true\">1996 - 2000</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-2-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-2\" type=\"button\" role=\"tab\" aria-controls=\"pills-2\" aria-selected=\"true\">2001 - 2005</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-3-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-3\" type=\"button\" role=\"tab\" aria-controls=\"pills-3\" aria-selected=\"true\">2006 - 2010</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-4-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-4\" type=\"button\" role=\"tab\" aria-controls=\"pills-4\" aria-selected=\"true\">2011 - 2020</button>\r\n                               </li>\r\n                                                            </ul>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n             <!-- About- Tabs area end here -->\r\n                            <h1>25\r\n                             K+                           </h1>\r\n                                                        Happy Clients &amp; Students\r\n                            <h1>80\r\n                             +                           </h1>\r\n                                                        Countries Affiliation\r\n                            <h1>360\r\n                                                        </h1>\r\n                                                        Top University Partner\r\n                            <h1>23\r\n                             k+                           </h1>\r\n                                                        Visa &amp; Immigration\r\n        <section>\r\n                               Our Missions                             \r\n                                                                                    <h2>\r\n                                We Journey The Global Business to Ensuring The Guarantee                            </h2>\r\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/services/\">See Packages</a>\r\n                                                                  <a href=\"#\"> Download Brochure</a>                                \r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ab-m-1.jpg\" alt=\"\">\r\n                                <a href=\"https://www.youtube.com/watch?v=pNje3bWz7V8\"></a>\r\n        </section>\r\n                                                    Testimonials \r\n                                                    <h2>What Clients Say About Us and<br>\r\nOur Services </h2>                    \r\n        <section>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\r\n                                                                         <h4>Dana Holly Joya</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n        </section>\r\n                                                    Authorized Agents \r\n                                                    <h2>Our Agents Who are<br>\r\nDedicatedly Working With Us </h2>                    \r\n        <section>\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                CEO, Visapass\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\r\n                                                                Sr. Consultant\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Narayan Kamora</a></h3>\r\n                                                                Senior Lawyer\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                Manager\r\n        </section>\r\n    <!-- style 2 -->\r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'About', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-19 11:23:53', '2022-09-19 11:23:53', '', 506, 'https://akaashbelting.com/demo/?p=2124', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2125, 1, '2022-09-19 11:23:53', '2022-09-19 11:23:53', '<!-- About-2 area start here -->\r\n        <section data-wow-delay=\"0.3s\">\r\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-2.jpg\" alt=\"\">\r\n                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-1-1.jpg\" alt=\"\">\r\n                                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/seal-1.png\" alt=\"\">\r\n                                                                                        <h4>ISO Certified</h4>\r\n                                                                                                                                    <p>1990-2000</p>\r\n                                About visapass                             \r\n                                                        <h2>25+ Years of Your Trust and Recommendation </h2>                                                        \r\n                                <p>For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations</p>\r\n                                                                                            <h4>Trusted by Millions</h4>\r\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\r\n                                                                                            <h4>Awards Winner</h4>\r\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\r\n        </section>\r\n        <!-- About-2 area end here -->\r\n            <h2>Visapass Carries 25+ Year\'s<br>\r\nAwesome History </h2>        \r\n			            <!-- About- Tabs area start here -->\r\n                    <img src=\"https://www.devsnews.com/wp/visapass/wp-content/themes/visapass/assets/img/about/pth.png\" alt=\"img\">\r\n                            <ul id=\"pills-tab\" role=\"tablist\">\r\n                                                               <li role=\"presentation\">\r\n                                 <button id=\"pills-0-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-0\" type=\"button\" role=\"tab\" aria-controls=\"pills-0\" aria-selected=\"true\">1990 - 1995</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-1-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-1\" type=\"button\" role=\"tab\" aria-controls=\"pills-1\" aria-selected=\"true\">1996 - 2000</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-2-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-2\" type=\"button\" role=\"tab\" aria-controls=\"pills-2\" aria-selected=\"true\">2001 - 2005</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-3-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-3\" type=\"button\" role=\"tab\" aria-controls=\"pills-3\" aria-selected=\"true\">2006 - 2010</button>\r\n                               </li>\r\n                                                              <li role=\"presentation\">\r\n                                 <button id=\"pills-4-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-4\" type=\"button\" role=\"tab\" aria-controls=\"pills-4\" aria-selected=\"true\">2011 - 2020</button>\r\n                               </li>\r\n                                                            </ul>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\r\n							<section data-id=\"d9e818a\" data-element_type=\"section\">\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          22 jan 1995\r\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n                                          25 Aug 1994\r\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\r\n		</section>\r\n             <!-- About- Tabs area end here -->\r\n                            <h1>25\r\n                             K+                           </h1>\r\n                                                        Happy Clients &amp; Students\r\n                            <h1>80\r\n                             +                           </h1>\r\n                                                        Countries Affiliation\r\n                            <h1>360\r\n                                                        </h1>\r\n                                                        Top University Partner\r\n                            <h1>23\r\n                             k+                           </h1>\r\n                                                        Visa &amp; Immigration\r\n        <section>\r\n                               Our Missions                             \r\n                                                                                    <h2>\r\n                                We Journey The Global Business to Ensuring The Guarantee                            </h2>\r\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\r\n                                <a href=\"https://www.devsnews.com/wp/visapass/services/\">See Packages</a>\r\n                                                                  <a href=\"#\"> Download Brochure</a>                                \r\n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ab-m-1.jpg\" alt=\"\">\r\n                                <a href=\"https://www.youtube.com/watch?v=pNje3bWz7V8\"></a>\r\n        </section>\r\n                                                    Testimonials \r\n                                                    <h2>What Clients Say About Us and<br>\r\nOur Services </h2>                    \r\n        <section>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\r\n                                                                         <h4>Dana Holly Joya</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\r\n                                                                         <h4>Michel Midester</h4>\r\n                                                                                                            Traveller\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\r\n                                                                         <h4>Daniel Groveria</h4>\r\n                                                                                                            Student\r\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\r\n                                    <ul>\r\n                                                                                                                                    <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                        <li></li>\r\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\r\n                                                                            </ul>\r\n        </section>\r\n                                                    Authorized Agents \r\n                                                    <h2>Our Agents Who are<br>\r\nDedicatedly Working With Us </h2>                    \r\n        <section>\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                CEO, Visapass\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\r\n                                                                Sr. Consultant\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Narayan Kamora</a></h3>\r\n                                                                Senior Lawyer\r\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                                                                <a href=\"#\"></a>\r\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\r\n                                                                Manager\r\n        </section>\r\n    <!-- style 2 -->\r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'About', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-19 11:23:53', '2022-09-19 11:23:53', '', 506, 'https://akaashbelting.com/demo/?p=2125', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2126, 1, '2022-09-19 11:23:53', '2022-09-19 11:23:53', '<!-- About-2 area start here -->\n        <section data-wow-delay=\"0.3s\">\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-2.jpg\" alt=\"\">\n                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-1-1.jpg\" alt=\"\">\n                                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/seal-1.png\" alt=\"\">\n                                                                                        <h4>ISO Certified</h4>\n                                                                                                                                    <p>1990-2000</p>\n                                About visapass                             \n                                                        <h2>25+ Years of Your Trust and Recommendation </h2>                                                        \n                                <p>For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations</p>\n                                                                                            <h4>Trusted by Millions</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n                                                                                            <h4>Awards Winner</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n        </section>\n        <!-- About-2 area end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Visapass Carries 25+ Year\'s<br>\nAwesome History </h2>        \n			            <!-- About- Tabs area start here -->\n                    <img src=\"https://akaashbelting.com/demo/wp-content/themes/visapass/assets/img/about/pth.png\" alt=\"img\">\n                            <ul id=\"pills-tab\" role=\"tablist\">\n                                                               <li role=\"presentation\">\n                                 <button id=\"pills-0-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-0\" type=\"button\" role=\"tab\" aria-controls=\"pills-0\" aria-selected=\"true\">1990 - 1995</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-1-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-1\" type=\"button\" role=\"tab\" aria-controls=\"pills-1\" aria-selected=\"true\">1996 - 2000</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-2-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-2\" type=\"button\" role=\"tab\" aria-controls=\"pills-2\" aria-selected=\"true\">2001 - 2005</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-3-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-3\" type=\"button\" role=\"tab\" aria-controls=\"pills-3\" aria-selected=\"true\">2006 - 2010</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-4-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-4\" type=\"button\" role=\"tab\" aria-controls=\"pills-4\" aria-selected=\"true\">2011 - 2020</button>\n                               </li>\n                                                            </ul>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n             <!-- About- Tabs area end here -->\n                            <h1>25\n                             K+                           </h1>\n                                                        Happy Clients &amp; Students\n                            <h1>80\n                             +                           </h1>\n                                                        Countries Affiliation\n                            <h1>360\n                                                        </h1>\n                                                        Top University Partner\n                            <h1>23\n                             k+                           </h1>\n                                                        Visa &amp; Immigration\n        <section>\n                               Our Missions                             \n                                                                                    <h2>\n                                We Journey The Global Business to Ensuring The Guarantee                            </h2>\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\n                                <a href=\"https://www.devsnews.com/wp/visapass/services/\">See Packages</a>\n                                                                  <a href=\"#\"> Download Brochure</a>                                \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ab-m-1.jpg\" alt=\"\">\n                                <a href=\"https://www.youtube.com/watch?v=pNje3bWz7V8\"></a>\n        </section>\n                                                    Testimonials \n                                                    <h2>What Clients Say About Us and<br>\nOur Services </h2>                    \n        <section>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\n                                                                         <h4>Dana Holly Joya</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n        </section>\n                                                    Authorized Agents \n                                                    <h2>Our Agents Who are<br>\nDedicatedly Working With Us </h2>                    \n        <section>\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                CEO, Visapass\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\n                                                                Sr. Consultant\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Narayan Kamora</a></h3>\n                                                                Senior Lawyer\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                Manager\n        </section>\n    <!-- style 2 -->\n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\n                       </a> \n		[table id=2 /]', 'About', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-19 11:23:53', '2022-09-19 11:23:53', '', 506, 'https://akaashbelting.com/demo/?p=2126', 0, 'revision', '', 0),
(2127, 1, '2022-09-19 11:30:17', '2022-09-19 11:30:17', '[[\"Section\",\"Top Width (mm)\",\"Thickness (mm)\",\"Angle (deg)\"],[\"2000 Series\",\"10\",\"6\",\"40\"]]', 'Fractional Horse Power (FHP) Belts.xlsx', 'Fractional Horse Power (FHP) Belts.xlsx', 'publish', 'closed', 'closed', '', 'fractional-horse-power-fhp-belts-xlsx', '', '', '2022-09-19 12:13:14', '2022-09-19 12:13:14', '', 0, 'https://akaashbelting.com/demo/?post_type=tablepress_table&#038;p=2127', 0, 'tablepress_table', 'application/json', 0),
(2128, 1, '2022-09-19 11:30:23', '2022-09-19 11:30:23', '[[\"Section\",\"Top Width (mm)\",\"Thickness (mm)\",\"Angle (deg)\"],[\"2000 Series\",\"10\",\"6\",\"40\"]]', 'Fractional Horse Power (FHP) Belts.xlsx', 'Fractional Horse Power (FHP) Belts.xlsx', 'inherit', 'closed', 'closed', '', '2127-revision-v1', '', '', '2022-09-19 11:30:23', '2022-09-19 11:30:23', '', 2127, 'https://akaashbelting.com/demo/?p=2128', 0, 'revision', '', 0),
(2129, 1, '2022-09-19 11:30:41', '2022-09-19 11:30:41', '[[\"Section\",\"15\",\"17\",\"19\",\"21\",\"25\",\"30\",\"32\",\"36\",\"38\",\"40\",\"45\",\"50\",\"55\",\"60\"],[\"Top Width (mm)\",\"15\",\"17\",\"19\",\"21\",\"25\",\"30\",\"32\",\"36\",\"38\",\"40\",\"45\",\"50\",\"55\",\"60\"],[\"Thickness (mm)\",\"9\",\"8\",\"11\",\"9\",\"13\",\"12\",\"16\",\"14\",\"18\",\"20\",\"20\",\"20\",\"22\",\"25\"],[\"Angle (deg)\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\"]]', 'HARVESTER (VARI-SPEED) BELTS.xlsx', 'HARVESTER (VARI-SPEED) BELTS.xlsx', 'publish', 'closed', 'closed', '', 'harvester-vari-speed-belts-xlsx', '', '', '2022-09-19 12:15:51', '2022-09-19 12:15:51', '', 0, 'https://akaashbelting.com/demo/?post_type=tablepress_table&#038;p=2129', 0, 'tablepress_table', 'application/json', 0),
(2130, 1, '2022-09-19 11:30:59', '2022-09-19 11:30:59', '[[\"Section\",\"15\",\"17\",\"19\",\"21\",\"25\",\"30\",\"32\",\"36\",\"38\",\"40\",\"45\",\"50\",\"55\",\"60\"],[\"Top Width (mm)\",\"15\",\"17\",\"19\",\"21\",\"25\",\"30\",\"32\",\"36\",\"38\",\"40\",\"45\",\"50\",\"55\",\"60\"],[\"Thickness (mm)\",\"9\",\"8\",\"11\",\"9\",\"13\",\"12\",\"16\",\"14\",\"18\",\"20\",\"20\",\"20\",\"22\",\"25\"],[\"Angle (deg)\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\",\"30\"]]', 'HARVESTER (VARI-SPEED) BELTS.xlsx', 'HARVESTER (VARI-SPEED) BELTS.xlsx', 'inherit', 'closed', 'closed', '', '2129-revision-v1', '', '', '2022-09-19 11:30:59', '2022-09-19 11:30:59', '', 2129, 'https://akaashbelting.com/demo/?p=2130', 0, 'revision', '', 0),
(2131, 1, '2022-09-19 11:31:11', '2022-09-19 11:31:11', '[[\"Section\",\"Top Width (mm)\",\"Height (mm)\",\"Length Range (mm)\"],[\"BB\",\"17\",\"13\",\"1750-3050\"]]', 'HEXAGONAL V-BELT.xlsx', 'HEXAGONAL V-BELT.xlsx', 'publish', 'closed', 'closed', '', 'hexagonal-v-belt-xlsx', '', '', '2022-09-19 12:11:20', '2022-09-19 12:11:20', '', 0, 'https://akaashbelting.com/demo/?post_type=tablepress_table&#038;p=2131', 0, 'tablepress_table', 'application/json', 0),
(2132, 1, '2022-09-19 11:31:17', '2022-09-19 11:31:17', '[[\"Section\",\"Top Width (mm)\",\"Height (mm)\",\"Length Range (mm)\"],[\"BB\",\"17\",\"13\",\"1750-3050\"]]', 'HEXAGONAL V-BELT.xlsx', 'HEXAGONAL V-BELT.xlsx', 'inherit', 'closed', 'closed', '', '2131-revision-v1', '', '', '2022-09-19 11:31:17', '2022-09-19 11:31:17', '', 2131, 'https://akaashbelting.com/demo/?p=2132', 0, 'revision', '', 0),
(2133, 1, '2022-09-19 11:31:27', '2022-09-19 11:31:27', '[[\"Section\",\"Dimensions\",\"#colspan#\",\"Angel (Deg)\",\"Pitch width \",\"Top to pitch\",\"Belt Length Factor\",\"#colspan#\",\"#colspan#\",\"Recommended Minimum Pulley Diameter (mm)\",\"Manufacturing Range\",\"#colspan#\",\"#colspan#\"],[\"#rowspan#\",\"Tw (mm)\",\"Th (mm)\",\"#rowspan#\",\"Wp (mm)\",\"h   (mm)\",\"Lp to La (mm)\",\"Li to La (mm)\",\"Li to La (mm)\",\"#rowspan#\",\"Min (Inch)\",\"Max (Inch)\",\"Length  Designation\"],[\"SPZ\",\"10\",\"8\",\"40\",\"8.5\",\"2\",\"13\",\"37\",\"50\",\"63\",\"365\",\"4953\",\"Lp\"],[\"SPA\",\"13\",\"10\",\"40\",\"11\",\"2.75\",\"18\",\"45\",\"63\",\"90\",\"576\",\"9144\",\"Lp\"],[\"SPB\",\"17\",\"14\",\"40\",\"14\",\"3.5\",\"28\",\"60\",\"88\",\"140\",\"940\",\"16764\",\"Lp\"],[\"SPC\",\"22\",\"18\",\"40\",\"19\",\"4.8\",\"30\",\"83\",\"113\",\"224\",\"1750\",\"16789\",\"Lp\"]]', 'NARROW V-BELT.xlsx', 'NARROW V-BELT.xlsx', 'publish', 'closed', 'closed', '', 'narrow-v-belt-xlsx', '', '', '2022-09-19 11:32:30', '2022-09-19 11:32:30', '', 0, 'https://akaashbelting.com/demo/?post_type=tablepress_table&#038;p=2133', 0, 'tablepress_table', 'application/json', 0),
(2134, 1, '2022-09-19 11:32:30', '2022-09-19 11:32:30', '[[\"Section\",\"Dimensions\",\"#colspan#\",\"Angel (Deg)\",\"Pitch width \",\"Top to pitch\",\"Belt Length Factor\",\"#colspan#\",\"#colspan#\",\"Recommended Minimum Pulley Diameter (mm)\",\"Manufacturing Range\",\"#colspan#\",\"#colspan#\"],[\"#rowspan#\",\"Tw (mm)\",\"Th (mm)\",\"#rowspan#\",\"Wp (mm)\",\"h   (mm)\",\"Lp to La (mm)\",\"Li to La (mm)\",\"Li to La (mm)\",\"#rowspan#\",\"Min (Inch)\",\"Max (Inch)\",\"Length  Designation\"],[\"SPZ\",\"10\",\"8\",\"40\",\"8.5\",\"2\",\"13\",\"37\",\"50\",\"63\",\"365\",\"4953\",\"Lp\"],[\"SPA\",\"13\",\"10\",\"40\",\"11\",\"2.75\",\"18\",\"45\",\"63\",\"90\",\"576\",\"9144\",\"Lp\"],[\"SPB\",\"17\",\"14\",\"40\",\"14\",\"3.5\",\"28\",\"60\",\"88\",\"140\",\"940\",\"16764\",\"Lp\"],[\"SPC\",\"22\",\"18\",\"40\",\"19\",\"4.8\",\"30\",\"83\",\"113\",\"224\",\"1750\",\"16789\",\"Lp\"]]', 'NARROW V-BELT.xlsx', 'NARROW V-BELT.xlsx', 'inherit', 'closed', 'closed', '', '2133-revision-v1', '', '', '2022-09-19 11:32:30', '2022-09-19 11:32:30', '', 2133, 'https://akaashbelting.com/demo/?p=2134', 0, 'revision', '', 0),
(2135, 1, '2022-09-19 11:33:24', '2022-09-19 11:33:24', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'publish', 'closed', 'closed', '', 'classical-v-belt', '', '', '2022-09-22 14:34:04', '2022-09-22 14:34:04', '', 0, 'https://akaashbelting.com/demo/?page_id=2135', 0, 'page', '', 0),
(2136, 1, '2022-09-19 11:33:24', '2022-09-19 11:33:24', '', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:33:24', '2022-09-19 11:33:24', '', 2135, 'https://akaashbelting.com/demo/?p=2136', 0, 'revision', '', 0),
(2137, 1, '2022-09-19 11:39:17', '2022-09-19 11:39:17', '', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:39:17', '2022-09-19 11:39:17', '', 2135, 'https://akaashbelting.com/demo/?p=2137', 0, 'revision', '', 0),
(2138, 1, '2022-09-19 11:39:17', '2022-09-19 11:39:17', '', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:39:17', '2022-09-19 11:39:17', '', 2135, 'https://akaashbelting.com/demo/?p=2138', 0, 'revision', '', 0),
(2139, 1, '2022-09-19 11:39:17', '2022-09-19 11:39:17', '<section>\n                                OUR PRODUCT RANGE                             \n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\n</p>\n                                                            <a href=\"https://www.devsnews.com/wp/visapass/contact/\" href=\"https://www.devsnews.com/wp/visapass/contact/\">Join With Us</a>                                                    \n         </section>\n         <section>\n                                <img width=\"500\" height=\"600\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1.jpg 500w, https://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1-250x300.jpg 250w\" sizes=\"(max-width: 500px) 100vw, 500px\" />                              \n                                                                  UI/UX Designer\n                                 <h3 data-wow-delay=\".6s\">Parsley Montana</h3>\n                                                                  <p data-wow-delay=\".8s\">So I said on your bike mate easy peasy dropped a clanger blow porkies is fantastic show off show.!</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"mailto:support@zibber.com\">support@zibber.com</a>\n                                        </li>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"tel:+642394396432%20\">(+642) 394 396 432 </a>\n                                        </li>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"https://www.google.com/maps/place/New+York+City+Hall/@40.7122989,-74.009099,17.29z/data=!4m5!3m4!1s0x89c258fda88cefb3:0x7f1e88758d210007!8m2!3d40.7127744!4d-74.006059\"> Ave 14th Street, Mirpur 210,<br> San Franciso, USA 3296. </a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://facebook.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://twitter.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://linkedin.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://youtube.com/\"></a></li>                                    </ul>\n                                                                  <h4>Information</h4>\n                                                                  <p><p>jolly good codswallop what a plonker he nicked it bog-standard porkies gosh the full monty, wind up at public school hanky panky cheeky bugger Richard do one some dodgy chav bite your arm off. Argy-bargy excuse my French brown bread up the duff bleeder fanny around spend a penny barmy bonnet, bubble and squeak brolly bugger no biggie smashing get stuffed mate old lurgy, cup of tea nice one mufty that I knackered some dodgy chav. Say vagabond morish crikey excuse my French bonnet William blatant spend a penny, knackered bite your arm off what a plonker blimey smashing a blinding shot pardon me grub, wind up cracking goal Jeffrey hanky panky are you taking the piss such a fibber hunky-dory.</p><p>So I said on your bike mate easy peasy dropped a clanger blow off porkies is fantastic show off show off pick your nose and blow off, faff about bubble and squeak bugger all mate happy days hotpot don\'t get shirty with me jolly good gormless barmy.</p></p>\n                                <a data-wow-delay=\"\" href=\"https://www.devsnews.com/wp/visapass/contact/\">Appionment </a>                            \n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:39:17', '2022-09-19 11:39:17', '', 2135, 'https://akaashbelting.com/demo/?p=2139', 0, 'revision', '', 0),
(2141, 1, '2022-09-19 11:43:30', '2022-09-19 11:43:30', '<section>\n                                OUR PRODUCT RANGE                             \n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\n</p>\n                                                            <a href=\"https://www.devsnews.com/wp/visapass/contact/\" href=\"https://www.devsnews.com/wp/visapass/contact/\">Join With Us</a>                                                    \n         </section>\n         <section>\n                                <img width=\"500\" height=\"600\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1.jpg 500w, https://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1-250x300.jpg 250w\" sizes=\"(max-width: 500px) 100vw, 500px\" />                              \n                                                                  UI/UX Designer\n                                 <h3 data-wow-delay=\".6s\">Parsley Montana</h3>\n                                                                  <p data-wow-delay=\".8s\">So I said on your bike mate easy peasy dropped a clanger blow porkies is fantastic show off show.!</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"mailto:support@zibber.com\">support@zibber.com</a>\n                                        </li>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"tel:+642394396432%20\">(+642) 394 396 432 </a>\n                                        </li>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"https://www.google.com/maps/place/New+York+City+Hall/@40.7122989,-74.009099,17.29z/data=!4m5!3m4!1s0x89c258fda88cefb3:0x7f1e88758d210007!8m2!3d40.7127744!4d-74.006059\"> Ave 14th Street, Mirpur 210,<br> San Franciso, USA 3296. </a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://facebook.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://twitter.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://linkedin.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://youtube.com/\"></a></li>                                    </ul>\n                                                                  <h4>Information</h4>\n                                                                  <p><p>jolly good codswallop what a plonker he nicked it bog-standard porkies gosh the full monty, wind up at public school hanky panky cheeky bugger Richard do one some dodgy chav bite your arm off. Argy-bargy excuse my French brown bread up the duff bleeder fanny around spend a penny barmy bonnet, bubble and squeak brolly bugger no biggie smashing get stuffed mate old lurgy, cup of tea nice one mufty that I knackered some dodgy chav. Say vagabond morish crikey excuse my French bonnet William blatant spend a penny, knackered bite your arm off what a plonker blimey smashing a blinding shot pardon me grub, wind up cracking goal Jeffrey hanky panky are you taking the piss such a fibber hunky-dory.</p><p>So I said on your bike mate easy peasy dropped a clanger blow off porkies is fantastic show off show off pick your nose and blow off, faff about bubble and squeak bugger all mate happy days hotpot don\'t get shirty with me jolly good gormless barmy.</p></p>\n                                <a data-wow-delay=\"\" href=\"https://www.devsnews.com/wp/visapass/contact/\">Appionment </a>                            \n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:43:30', '2022-09-19 11:43:30', '', 2135, 'https://akaashbelting.com/demo/?p=2141', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2142, 1, '2022-09-19 11:43:30', '2022-09-19 11:43:30', '<section>\n                                OUR PRODUCT RANGE                             \n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\n</p>\n                                                            <a href=\"https://www.devsnews.com/wp/visapass/contact/\" href=\"https://www.devsnews.com/wp/visapass/contact/\">Join With Us</a>                                                    \n         </section>\n         <section>\n                                <img width=\"500\" height=\"600\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1.jpg 500w, https://akaashbelting.com/demo/wp-content/uploads/2022/01/team-01-1-250x300.jpg 250w\" sizes=\"(max-width: 500px) 100vw, 500px\" />                              \n                                                                  UI/UX Designer\n                                 <h3 data-wow-delay=\".6s\">Parsley Montana</h3>\n                                                                  <p data-wow-delay=\".8s\">So I said on your bike mate easy peasy dropped a clanger blow porkies is fantastic show off show.!</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"mailto:support@zibber.com\">support@zibber.com</a>\n                                        </li>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"tel:+642394396432%20\">(+642) 394 396 432 </a>\n                                        </li>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"https://www.google.com/maps/place/New+York+City+Hall/@40.7122989,-74.009099,17.29z/data=!4m5!3m4!1s0x89c258fda88cefb3:0x7f1e88758d210007!8m2!3d40.7127744!4d-74.006059\"> Ave 14th Street, Mirpur 210,<br> San Franciso, USA 3296. </a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://facebook.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://twitter.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://linkedin.com/\"></a></li><li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"https://youtube.com/\"></a></li>                                    </ul>\n                                                                  <h4>Information</h4>\n                                                                  <p><p>jolly good codswallop what a plonker he nicked it bog-standard porkies gosh the full monty, wind up at public school hanky panky cheeky bugger Richard do one some dodgy chav bite your arm off. Argy-bargy excuse my French brown bread up the duff bleeder fanny around spend a penny barmy bonnet, bubble and squeak brolly bugger no biggie smashing get stuffed mate old lurgy, cup of tea nice one mufty that I knackered some dodgy chav. Say vagabond morish crikey excuse my French bonnet William blatant spend a penny, knackered bite your arm off what a plonker blimey smashing a blinding shot pardon me grub, wind up cracking goal Jeffrey hanky panky are you taking the piss such a fibber hunky-dory.</p><p>So I said on your bike mate easy peasy dropped a clanger blow off porkies is fantastic show off show off pick your nose and blow off, faff about bubble and squeak bugger all mate happy days hotpot don\'t get shirty with me jolly good gormless barmy.</p></p>\n                                <a data-wow-delay=\"\" href=\"https://www.devsnews.com/wp/visapass/contact/\">Appionment </a>                            \n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:43:30', '2022-09-19 11:43:30', '', 2135, 'https://akaashbelting.com/demo/?p=2142', 0, 'revision', '', 0),
(2143, 1, '2022-09-19 11:43:30', '2022-09-19 11:43:30', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <h4>Information</h4>\n                                                                  <p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber</p><p>Standards, Dimensions &amp; Product Range:</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p></p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:43:30', '2022-09-19 11:43:30', '', 2135, 'https://akaashbelting.com/demo/?p=2143', 0, 'revision', '', 0),
(2144, 1, '2022-09-19 11:45:41', '2022-09-19 11:45:41', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <h4>Information</h4>\n                                                                  <p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber</p><p>Standards, Dimensions &amp; Product Range:</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p></p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:45:41', '2022-09-19 11:45:41', '', 2135, 'https://akaashbelting.com/demo/?p=2144', 0, 'revision', '', 0),
(2145, 1, '2022-09-19 11:45:42', '2022-09-19 11:45:42', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <h4>Information</h4>\n                                                                  <p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber</p><p>Standards, Dimensions &amp; Product Range:</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p></p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:45:42', '2022-09-19 11:45:42', '', 2135, 'https://akaashbelting.com/demo/?p=2145', 0, 'revision', '', 0),
(2146, 1, '2022-09-19 11:45:42', '2022-09-19 11:45:42', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:45:42', '2022-09-19 11:45:42', '', 2135, 'https://akaashbelting.com/demo/?p=2146', 0, 'revision', '', 0),
(2147, 1, '2022-09-22 08:52:39', '2022-09-19 11:46:30', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2147', 3, 'nav_menu_item', '', 0),
(2148, 1, '2022-09-22 08:52:39', '2022-09-19 11:46:31', ' ', '', '', 'publish', 'closed', 'closed', '', '2148', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2148', 4, 'nav_menu_item', '', 0),
(2149, 1, '2022-09-19 11:49:50', '2022-09-19 11:49:50', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>NARROW V-BELT </h2>                    \n		<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.</p><p>Features:</p><ul><li>Top width to height ratio is 1.2:1</li><li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li><li>Antistatic, Oil and Heat resistant</li></ul>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\" />															\n		[table id=6 /]<p>*For belt speed more than 30 m/s, pulleys must be dynamically balanced.</p>', 'NARROW V-BELT', '', 'publish', 'closed', 'closed', '', 'narrow-v-belt', '', '', '2022-09-22 14:33:15', '2022-09-22 14:33:15', '', 0, 'https://akaashbelting.com/demo/?page_id=2149', 0, 'page', '', 0),
(2150, 1, '2022-09-19 11:47:49', '2022-09-19 11:47:49', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:47:49', '2022-09-19 11:47:49', '', 2135, 'https://akaashbelting.com/demo/?p=2150', 0, 'revision', '', 0),
(2151, 1, '2022-09-19 11:47:49', '2022-09-19 11:47:49', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:47:49', '2022-09-19 11:47:49', '', 2135, 'https://akaashbelting.com/demo/?p=2151', 0, 'revision', '', 0),
(2152, 1, '2022-09-19 11:47:49', '2022-09-19 11:47:49', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:47:49', '2022-09-19 11:47:49', '', 2135, 'https://akaashbelting.com/demo/?p=2152', 0, 'revision', '', 0),
(2153, 1, '2022-09-19 11:48:29', '2022-09-19 11:48:29', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:48:29', '2022-09-19 11:48:29', '', 2135, 'https://akaashbelting.com/demo/?p=2153', 0, 'revision', '', 0),
(2154, 1, '2022-09-19 11:48:29', '2022-09-19 11:48:29', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:48:29', '2022-09-19 11:48:29', '', 2135, 'https://akaashbelting.com/demo/?p=2154', 0, 'revision', '', 0),
(2155, 1, '2022-09-19 11:48:29', '2022-09-19 11:48:29', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:48:29', '2022-09-19 11:48:29', '', 2135, 'https://akaashbelting.com/demo/?p=2155', 0, 'revision', '', 0),
(2156, 1, '2022-09-19 11:49:12', '2022-09-19 11:49:12', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:49:12', '2022-09-19 11:49:12', '', 2135, 'https://akaashbelting.com/demo/?p=2156', 0, 'revision', '', 0),
(2157, 1, '2022-09-19 11:49:12', '2022-09-19 11:49:12', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:49:12', '2022-09-19 11:49:12', '', 2135, 'https://akaashbelting.com/demo/?p=2157', 0, 'revision', '', 0),
(2158, 1, '2022-09-19 11:49:12', '2022-09-19 11:49:12', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:49:12', '2022-09-19 11:49:12', '', 2135, 'https://akaashbelting.com/demo/?p=2158', 0, 'revision', '', 0),
(2159, 1, '2022-09-19 11:49:27', '2022-09-19 11:49:27', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:49:27', '2022-09-19 11:49:27', '', 2135, 'https://akaashbelting.com/demo/?p=2159', 0, 'revision', '', 0),
(2160, 1, '2022-09-19 11:49:27', '2022-09-19 11:49:27', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:49:27', '2022-09-19 11:49:27', '', 2135, 'https://akaashbelting.com/demo/?p=2160', 0, 'revision', '', 0),
(2161, 1, '2022-09-19 11:49:27', '2022-09-19 11:49:27', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:49:27', '2022-09-19 11:49:27', '', 2135, 'https://akaashbelting.com/demo/?p=2161', 0, 'revision', '', 0),
(2162, 1, '2022-09-19 11:49:50', '2022-09-19 11:49:50', '', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-19 11:49:50', '2022-09-19 11:49:50', '', 2149, 'https://akaashbelting.com/demo/?p=2162', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2164, 1, '2022-09-19 11:57:07', '2022-09-19 11:57:07', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:57:07', '2022-09-19 11:57:07', '', 2135, 'https://akaashbelting.com/demo/?p=2164', 0, 'revision', '', 0),
(2165, 1, '2022-09-19 11:57:07', '2022-09-19 11:57:07', '<section>\n                                <img width=\"642\" height=\"755\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt.jpg 642w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt-255x300.jpg 255w\" sizes=\"(max-width: 642px) 100vw, 642px\" />                              \n                                 <h3 data-wow-delay=\".6s\">CLASSICAL V-BELT</h3>\n                                                                  <p data-wow-delay=\".8s\">CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\nWear resistant bias cut neoprene rubberized polyester cotton fabric. High tenacity, low stretch, specially treated polyester &amp; kevlar cords.High tensile cord embedding cushion rubber compound.Specially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>\n                                    <ul>\n                                                                                <li data-wow-delay=\"1s\">\n                                                    <a href=\"\"></a>\n                                        </li>\n                                                                            </ul>\n                                    <ul>\n                                        <li><a target=\"_blank\" rel=\"noopener\" data-tooltip=\"hello\" href=\"\"></a></li>                                    </ul>\n                                                                  <p><p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p>Top width to height ratio 1.6:1Temperature range: -18° C to +80° CMaximum recommended belt speed is 30 m/secAntistatic, Oil and Heat resistant</p>\n         </section>\n		[table id=2 /]', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:57:07', '2022-09-19 11:57:07', '', 2135, 'https://akaashbelting.com/demo/?p=2165', 0, 'revision', '', 0),
(2166, 1, '2022-09-19 11:57:07', '2022-09-19 11:57:07', '<section>\n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber<br>\nStandards, Dimensions &amp; Product Range:<br>\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n</p>\n         </section>\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:57:07', '2022-09-19 11:57:07', '', 2135, 'https://akaashbelting.com/demo/?p=2166', 0, 'revision', '', 0),
(2167, 1, '2022-09-19 11:58:17', '2022-09-19 11:58:17', '', 'Classical V-Belt1', '', 'inherit', 'open', 'closed', '', 'classical-v-belt1', '', '', '2022-09-19 11:58:17', '2022-09-19 11:58:17', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2168, 1, '2022-09-19 11:58:31', '2022-09-19 11:58:31', '<section>\n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber<br>\nStandards, Dimensions &amp; Product Range:<br>\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n</p>\n         </section>\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:58:31', '2022-09-19 11:58:31', '', 2135, 'https://akaashbelting.com/demo/?p=2168', 0, 'revision', '', 0),
(2169, 1, '2022-09-19 11:58:31', '2022-09-19 11:58:31', '<section>\n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber<br>\nStandards, Dimensions &amp; Product Range:<br>\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n</p>\n         </section>\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:58:31', '2022-09-19 11:58:31', '', 2135, 'https://akaashbelting.com/demo/?p=2169', 0, 'revision', '', 0),
(2170, 1, '2022-09-19 11:58:31', '2022-09-19 11:58:31', '<section>\n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber<br>\nStandards, Dimensions &amp; Product Range:<br>\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n</p>\n         </section>\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 11:58:31', '2022-09-19 11:58:31', '', 2135, 'https://akaashbelting.com/demo/?p=2170', 0, 'revision', '', 0),
(2171, 1, '2022-09-19 12:03:57', '2022-09-19 12:03:57', '<section>\n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber<br>\nStandards, Dimensions &amp; Product Range:<br>\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n</p>\n         </section>\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:03:57', '2022-09-19 12:03:57', '', 2135, 'https://akaashbelting.com/demo/?p=2171', 0, 'revision', '', 0),
(2172, 1, '2022-09-19 12:03:57', '2022-09-19 12:03:57', '<section>\n                            <h2>\n                                CLASSICAL V-BELT                             </h2>\n                                                                                        <p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.<br>\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber<br>\nStandards, Dimensions &amp; Product Range:<br>\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n</p>\n         </section>\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:03:57', '2022-09-19 12:03:57', '', 2135, 'https://akaashbelting.com/demo/?p=2172', 0, 'revision', '', 0),
(2173, 1, '2022-09-19 12:03:57', '2022-09-19 12:03:57', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:&lt;br&gt;</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:03:57', '2022-09-19 12:03:57', '', 2135, 'https://akaashbelting.com/demo/?p=2173', 0, 'revision', '', 0),
(2174, 1, '2022-09-19 12:04:47', '2022-09-19 12:04:47', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:&lt;br&gt;</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:04:47', '2022-09-19 12:04:47', '', 2135, 'https://akaashbelting.com/demo/?p=2174', 0, 'revision', '', 0),
(2175, 1, '2022-09-19 12:04:47', '2022-09-19 12:04:47', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:&lt;br&gt;</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:04:47', '2022-09-19 12:04:47', '', 2135, 'https://akaashbelting.com/demo/?p=2175', 0, 'revision', '', 0),
(2176, 1, '2022-09-19 12:04:47', '2022-09-19 12:04:47', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:&lt;br&gt;</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:04:47', '2022-09-19 12:04:47', '', 2135, 'https://akaashbelting.com/demo/?p=2176', 0, 'revision', '', 0),
(2177, 1, '2022-09-19 12:06:29', '2022-09-19 12:06:29', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:&lt;br&gt;</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:06:29', '2022-09-19 12:06:29', '', 2135, 'https://akaashbelting.com/demo/?p=2177', 0, 'revision', '', 0),
(2178, 1, '2022-09-19 12:06:29', '2022-09-19 12:06:29', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:&lt;br&gt;</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:06:29', '2022-09-19 12:06:29', '', 2135, 'https://akaashbelting.com/demo/?p=2178', 0, 'revision', '', 0),
(2179, 1, '2022-09-19 12:06:30', '2022-09-19 12:06:30', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-19 12:06:30', '2022-09-19 12:06:30', '', 2135, 'https://akaashbelting.com/demo/?p=2179', 0, 'revision', '', 0),
(2180, 1, '2022-09-19 12:07:28', '2022-09-19 12:07:28', '', 'Narrow V-Belt', '', 'inherit', 'open', 'closed', '', 'narrow-v-belt-2', '', '', '2022-09-19 12:07:28', '2022-09-19 12:07:28', '', 2149, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg', 0, 'attachment', 'image/jpeg', 0),
(2181, 1, '2022-09-19 12:08:34', '2022-09-19 12:08:34', '', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-19 12:08:34', '2022-09-19 12:08:34', '', 2149, 'https://akaashbelting.com/demo/?p=2181', 0, 'revision', '', 0),
(2182, 1, '2022-09-19 12:08:34', '2022-09-19 12:08:34', '', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-19 12:08:34', '2022-09-19 12:08:34', '', 2149, 'https://akaashbelting.com/demo/?p=2182', 0, 'revision', '', 0),
(2183, 1, '2022-09-19 12:08:34', '2022-09-19 12:08:34', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>NARROW V-BELT </h2>                    \n		<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.</p><p>Features:</p><ul><li>Top width to height ratio is 1.2:1</li><li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li><li>Antistatic, Oil and Heat resistant</li></ul>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\" />															\n		[table id=6 /]<p>*For belt speed more than 30 m/s, pulleys must be dynamically balanced.</p>', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-19 12:08:34', '2022-09-19 12:08:34', '', 2149, 'https://akaashbelting.com/demo/?p=2183', 0, 'revision', '', 0),
(2184, 1, '2022-09-19 12:09:39', '2022-09-19 12:09:39', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n		<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.</p>[table id=5 /]<p>Maximum Belt Linear Speed-30 mtrs./sec</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\" title=\"HEXAGONAL V-BELT\" alt=\"HEXAGONAL V-BELT\" />', 'HEXAGONAL V-BELT', '', 'publish', 'closed', 'closed', '', 'hexagonal-v-belt', '', '', '2022-09-22 14:32:54', '2022-09-22 14:32:54', '', 0, 'https://akaashbelting.com/demo/?page_id=2184', 0, 'page', '', 0),
(2185, 1, '2022-09-19 12:09:39', '2022-09-19 12:09:39', '', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-19 12:09:39', '2022-09-19 12:09:39', '', 2184, 'https://akaashbelting.com/demo/?p=2185', 0, 'revision', '', 0),
(2186, 1, '2022-09-19 12:10:38', '2022-09-19 12:10:38', '', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-19 12:10:38', '2022-09-19 12:10:38', '', 2184, 'https://akaashbelting.com/demo/?p=2186', 0, 'revision', '', 0),
(2187, 1, '2022-09-19 12:10:38', '2022-09-19 12:10:38', '', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-19 12:10:38', '2022-09-19 12:10:38', '', 2184, 'https://akaashbelting.com/demo/?p=2187', 0, 'revision', '', 0),
(2188, 1, '2022-09-19 12:10:38', '2022-09-19 12:10:38', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n		<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.</p>[table id=5 /]<p>Maximum Belt Linear Speed-30 mtrs./sec</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-19 12:10:38', '2022-09-19 12:10:38', '', 2184, 'https://akaashbelting.com/demo/?p=2188', 0, 'revision', '', 0),
(2189, 1, '2022-09-19 12:11:38', '2022-09-19 12:11:38', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Fractional-Horse-Power-FHP-Belts-puzqa9slaun4h1spjxsfo4q5y9dz0mj5c5wdn4uf7g.jpg\" title=\"Fractional Horse Power (FHP) Belts\" alt=\"Fractional Horse Power (FHP) Belts\">', 'Fractional Horse Power (FHP) Belts', '', 'publish', 'closed', 'closed', '', 'fractional-horse-power-fhp-belts', '', '', '2022-09-22 08:46:47', '2022-09-22 08:46:47', '', 0, 'https://akaashbelting.com/demo/?page_id=2189', 0, 'page', '', 0),
(2190, 1, '2022-09-19 12:11:38', '2022-09-19 12:11:38', '', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:11:38', '2022-09-19 12:11:38', '', 2189, 'https://akaashbelting.com/demo/?p=2190', 0, 'revision', '', 0),
(2191, 1, '2022-09-19 12:12:08', '2022-09-19 12:12:08', '', 'HEXAGONAL V-BELT', '', 'inherit', 'open', 'closed', '', 'hexagonal-v-belt-2', '', '', '2022-09-19 12:12:08', '2022-09-19 12:12:08', '', 2184, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg', 0, 'attachment', 'image/jpeg', 0),
(2192, 1, '2022-09-19 12:12:13', '2022-09-19 12:12:13', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n		<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.</p>[table id=5 /]<p>Maximum Belt Linear Speed-30 mtrs./sec</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-19 12:12:13', '2022-09-19 12:12:13', '', 2184, 'https://akaashbelting.com/demo/?p=2192', 0, 'revision', '', 0),
(2193, 1, '2022-09-19 12:12:13', '2022-09-19 12:12:13', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n		<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.</p>[table id=5 /]<p>Maximum Belt Linear Speed-30 mtrs./sec</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-19 12:12:13', '2022-09-19 12:12:13', '', 2184, 'https://akaashbelting.com/demo/?p=2193', 0, 'revision', '', 0),
(2194, 1, '2022-09-19 12:12:13', '2022-09-19 12:12:13', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n		<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.</p>[table id=5 /]<p>Maximum Belt Linear Speed-30 mtrs./sec</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\" title=\"HEXAGONAL V-BELT\" alt=\"HEXAGONAL V-BELT\" />', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-19 12:12:13', '2022-09-19 12:12:13', '', 2184, 'https://akaashbelting.com/demo/?p=2194', 0, 'revision', '', 0),
(2195, 1, '2022-09-19 12:13:01', '2022-09-19 12:13:01', '', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:13:01', '2022-09-19 12:13:01', '', 2189, 'https://akaashbelting.com/demo/?p=2195', 0, 'revision', '', 0),
(2196, 1, '2022-09-19 12:13:01', '2022-09-19 12:13:01', '', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:13:01', '2022-09-19 12:13:01', '', 2189, 'https://akaashbelting.com/demo/?p=2196', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2197, 1, '2022-09-19 12:13:01', '2022-09-19 12:13:01', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Fractional Horse Power (FHP) Belts</h2>                    \n		<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.</p>[table id=3 /]		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:13:01', '2022-09-19 12:13:01', '', 2189, 'https://akaashbelting.com/demo/?p=2197', 0, 'revision', '', 0),
(2198, 1, '2022-09-19 12:13:46', '2022-09-19 12:13:46', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:13:46', '2022-09-19 12:13:46', '', 2189, 'https://akaashbelting.com/demo/?p=2198', 0, 'revision', '', 0),
(2199, 1, '2022-09-19 12:13:55', '2022-09-19 12:13:55', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">', 'Fractional Horse Power (FHP) Belts', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:13:55', '2022-09-19 12:13:55', '', 2189, 'https://akaashbelting.com/demo/?p=2199', 0, 'revision', '', 0),
(2200, 1, '2022-09-19 12:14:05', '2022-09-19 12:14:05', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n		<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\" />															\n		[table id=4 /]', 'HARVESTER (VARI-SPEED) BELTS', '', 'publish', 'closed', 'closed', '', 'harvester-vari-speed-belts', '', '', '2022-09-22 14:32:36', '2022-09-22 14:32:36', '', 0, 'https://akaashbelting.com/demo/?page_id=2200', 0, 'page', '', 0),
(2201, 1, '2022-09-19 12:14:05', '2022-09-19 12:14:05', '', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-19 12:14:05', '2022-09-19 12:14:05', '', 2200, 'https://akaashbelting.com/demo/?p=2201', 0, 'revision', '', 0),
(2202, 1, '2022-09-19 12:14:30', '2022-09-19 12:14:30', '', 'Fractional Horse Power (FHP) Belts', '', 'inherit', 'open', 'closed', '', 'fractional-horse-power-fhp-belts-2', '', '', '2022-09-19 12:14:30', '2022-09-19 12:14:30', '', 2189, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/Fractional-Horse-Power-FHP-Belts.jpg', 0, 'attachment', 'image/jpeg', 0),
(2203, 1, '2022-09-19 12:14:41', '2022-09-19 12:14:41', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">', 'Fractional Horse Power (FHP) Belts', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:14:41', '2022-09-19 12:14:41', '', 2189, 'https://akaashbelting.com/demo/?p=2203', 0, 'revision', '', 0),
(2204, 1, '2022-09-19 12:14:41', '2022-09-19 12:14:41', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:14:41', '2022-09-19 12:14:41', '', 2189, 'https://akaashbelting.com/demo/?p=2204', 0, 'revision', '', 0),
(2205, 1, '2022-09-19 12:14:41', '2022-09-19 12:14:41', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Fractional Horse Power (FHP) Belts</h2>                    \n		<p>F.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.</p>[table id=3 /]		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Fractional-Horse-Power-FHP-Belts-puzqa9slaun4h1spjxsfo4q5y9dz0mj5c5wdn4uf7g.jpg\" title=\"Fractional Horse Power (FHP) Belts\" alt=\"Fractional Horse Power (FHP) Belts\" />', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-19 12:14:41', '2022-09-19 12:14:41', '', 2189, 'https://akaashbelting.com/demo/?p=2205', 0, 'revision', '', 0),
(2206, 1, '2022-09-19 12:15:22', '2022-09-19 12:15:22', '', 'Hervester Belts', '', 'inherit', 'open', 'closed', '', 'hervester-belts', '', '', '2022-09-19 12:15:22', '2022-09-19 12:15:22', '', 2200, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg', 0, 'attachment', 'image/jpeg', 0),
(2207, 1, '2022-09-19 12:16:25', '2022-09-19 12:16:25', '', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-19 12:16:25', '2022-09-19 12:16:25', '', 2200, 'https://akaashbelting.com/demo/?p=2207', 0, 'revision', '', 0),
(2208, 1, '2022-09-19 12:16:26', '2022-09-19 12:16:26', '', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-19 12:16:26', '2022-09-19 12:16:26', '', 2200, 'https://akaashbelting.com/demo/?p=2208', 0, 'revision', '', 0),
(2209, 1, '2022-09-19 12:16:29', '2022-09-19 12:16:29', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n		<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.</p>[table id=4 /]		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\" />', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-19 12:16:29', '2022-09-19 12:16:29', '', 2200, 'https://akaashbelting.com/demo/?p=2209', 0, 'revision', '', 0),
(2210, 1, '2022-09-19 12:16:44', '2022-09-19 12:16:44', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n		<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.</p>[table id=4 /]		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\" />', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-19 12:16:44', '2022-09-19 12:16:44', '', 2200, 'https://akaashbelting.com/demo/?p=2210', 0, 'revision', '', 0),
(2211, 1, '2022-09-19 12:16:47', '2022-09-19 12:16:47', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n		<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.</p>[table id=4 /]		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\" />', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-19 12:16:47', '2022-09-19 12:16:47', '', 2200, 'https://akaashbelting.com/demo/?p=2211', 0, 'revision', '', 0),
(2212, 1, '2022-09-19 12:16:47', '2022-09-19 12:16:47', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n		<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.</p>[table id=4 /]		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\" />', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-19 12:16:47', '2022-09-19 12:16:47', '', 2200, 'https://akaashbelting.com/demo/?p=2212', 0, 'revision', '', 0),
(2213, 1, '2022-09-19 12:16:58', '2022-09-19 12:16:58', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>NARROW V-BELT </h2>                    \n		<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.</p><p>Features:</p><ul><li>Top width to height ratio is 1.2:1</li><li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li><li>Antistatic, Oil and Heat resistant</li></ul>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\" />															\n		[table id=6 /]<p>*For belt speed more than 30 m/s, pulleys must be dynamically balanced.</p>', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-19 12:16:58', '2022-09-19 12:16:58', '', 2149, 'https://akaashbelting.com/demo/?p=2213', 0, 'revision', '', 0),
(2214, 1, '2022-09-19 12:16:58', '2022-09-19 12:16:58', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>NARROW V-BELT </h2>                    \n		<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.</p><p>Features:</p><ul><li>Top width to height ratio is 1.2:1</li><li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li><li>Antistatic, Oil and Heat resistant</li></ul>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\" />															\n		[table id=6 /]<p>*For belt speed more than 30 m/s, pulleys must be dynamically balanced.</p>', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-19 12:16:58', '2022-09-19 12:16:58', '', 2149, 'https://akaashbelting.com/demo/?p=2214', 0, 'revision', '', 0),
(2215, 1, '2022-09-19 12:16:58', '2022-09-19 12:16:58', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>NARROW V-BELT </h2>                    \n		<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.</p><p>Features:</p><ul><li>Top width to height ratio is 1.2:1</li><li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li><li>Antistatic, Oil and Heat resistant</li></ul>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\" />															\n		[table id=6 /]<p>*For belt speed more than 30 m/s, pulleys must be dynamically balanced.</p>', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-19 12:16:58', '2022-09-19 12:16:58', '', 2149, 'https://akaashbelting.com/demo/?p=2215', 0, 'revision', '', 0),
(2216, 1, '2022-09-22 08:52:39', '2022-09-19 12:18:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2216', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2216', 5, 'nav_menu_item', '', 0),
(2217, 1, '2022-09-22 08:52:39', '2022-09-19 12:18:57', ' ', '', '', 'publish', 'closed', 'closed', '', 'fractional-horse-power-fhp-belts', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2217', 6, 'nav_menu_item', '', 0),
(2218, 1, '2022-09-22 08:52:39', '2022-09-19 12:18:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2218', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2218', 7, 'nav_menu_item', '', 0),
(2219, 1, '2022-09-22 08:52:39', '2022-09-19 12:18:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2219', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2219', 8, 'nav_menu_item', '', 0),
(2220, 1, '2022-09-22 08:52:39', '2022-09-19 12:18:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2220', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2220', 2, 'nav_menu_item', '', 0),
(2222, 1, '2022-09-19 12:19:38', '2022-09-19 12:19:38', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://akaashbelting.com/demo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:19:38', '2022-09-19 12:19:38', '', 2, 'https://akaashbelting.com/demo/?p=2222', 0, 'revision', '', 0),
(2223, 1, '2022-09-19 12:20:06', '2022-09-19 12:20:06', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://akaashbelting.com/demo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:20:06', '2022-09-19 12:20:06', '', 2, 'https://akaashbelting.com/demo/?p=2223', 0, 'revision', '', 0),
(2224, 1, '2022-09-22 08:52:39', '2022-09-19 12:20:21', ' ', '', '', 'publish', 'closed', 'closed', '', '2224', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2224', 10, 'nav_menu_item', '', 0);
INSERT INTO `wp_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
(2225, 1, '2022-09-19 12:21:07', '2022-09-19 12:21:07', '<!-- About-2 area start here -->\n        <section data-wow-delay=\"0.3s\">\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-2.jpg\" alt=\"\">\n                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-1-1.jpg\" alt=\"\">\n                                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/seal-1.png\" alt=\"\">\n                                                                                        <h4>ISO Certified</h4>\n                                                                                                                                    <p>1990-2000</p>\n                                About visapass                             \n                                                        <h2>25+ Years of Your Trust and Recommendation </h2>                                                        \n                                <p>For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations</p>\n                                                                                            <h4>Trusted by Millions</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n                                                                                            <h4>Awards Winner</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n        </section>\n        <!-- About-2 area end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Visapass Carries 25+ Year\'s<br>\nAwesome History </h2>        \n			            <!-- About- Tabs area start here -->\n                    <img src=\"https://akaashbelting.com/demo/wp-content/themes/visapass/assets/img/about/pth.png\" alt=\"img\">\n                            <ul id=\"pills-tab\" role=\"tablist\">\n                                                               <li role=\"presentation\">\n                                 <button id=\"pills-0-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-0\" type=\"button\" role=\"tab\" aria-controls=\"pills-0\" aria-selected=\"true\">1990 - 1995</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-1-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-1\" type=\"button\" role=\"tab\" aria-controls=\"pills-1\" aria-selected=\"true\">1996 - 2000</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-2-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-2\" type=\"button\" role=\"tab\" aria-controls=\"pills-2\" aria-selected=\"true\">2001 - 2005</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-3-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-3\" type=\"button\" role=\"tab\" aria-controls=\"pills-3\" aria-selected=\"true\">2006 - 2010</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-4-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-4\" type=\"button\" role=\"tab\" aria-controls=\"pills-4\" aria-selected=\"true\">2011 - 2020</button>\n                               </li>\n                                                            </ul>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n             <!-- About- Tabs area end here -->\n                            <h1>25\n                             K+                           </h1>\n                                                        Happy Clients &amp; Students\n                            <h1>80\n                             +                           </h1>\n                                                        Countries Affiliation\n                            <h1>360\n                                                        </h1>\n                                                        Top University Partner\n                            <h1>23\n                             k+                           </h1>\n                                                        Visa &amp; Immigration\n        <section>\n                               Our Missions                             \n                                                                                    <h2>\n                                We Journey The Global Business to Ensuring The Guarantee                            </h2>\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\n                                <a href=\"https://www.devsnews.com/wp/visapass/services/\">See Packages</a>\n                                                                  <a href=\"#\"> Download Brochure</a>                                \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ab-m-1.jpg\" alt=\"\">\n                                <a href=\"https://www.youtube.com/watch?v=pNje3bWz7V8\"></a>\n        </section>\n                                                    Testimonials \n                                                    <h2>What Clients Say About Us and<br>\nOur Services </h2>                    \n        <section>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\n                                                                         <h4>Dana Holly Joya</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n        </section>\n                                                    Authorized Agents \n                                                    <h2>Our Agents Who are<br>\nDedicatedly Working With Us </h2>                    \n        <section>\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                CEO, Visapass\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\n                                                                Sr. Consultant\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Narayan Kamora</a></h3>\n                                                                Senior Lawyer\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                Manager\n        </section>\n    <!-- style 2 -->\n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\n                       </a> \n		[table id=2 /]', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-19 12:21:07', '2022-09-19 12:21:07', '', 506, 'https://akaashbelting.com/demo/?p=2225', 0, 'revision', '', 0),
(2226, 1, '2022-09-19 12:21:13', '2022-09-19 12:21:13', '<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\r\n					src=\"https://maps.google.com/maps?q=dhaka%2Cbangladesh&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\r\n					title=\"dhaka,bangladesh\"\r\n					aria-label=\"dhaka,bangladesh\"\r\n			></iframe>\r\n                        <h2>\r\n                Get in Touch             </h2>\r\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\r\n<form action=\"/wp/visapass/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.3\" />\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\r\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\r\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\r\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\r\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\r\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\r\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\r\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\r\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\r\n        <button type=\"submit\">Submit Now</button>\r\n</form>           \r\n            <p></p>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">New York Office </h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    New York Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+1980589360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Washington Office </h2>                        \r\n                                                                                                                <p>Address: <p>7841 Budapast, Harry, WT</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Washington Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7841 Budapast, Harry, WT</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+2%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Chicago Office</h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Chicago Office                </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+3%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-19 12:21:13', '2022-09-19 12:21:13', '', 1385, 'https://akaashbelting.com/demo/?p=2226', 0, 'revision', '', 0),
(2227, 1, '2022-09-19 12:21:42', '2022-09-19 12:21:42', '[smartslider3 slider=\"2\"]\n<!-- About  start here -->\n\n<section>\n                                About AKAASH BELTING (P) LTD\n<h2>20+ Years of Your Trust and Recommendation</h2>\nWe AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\n\n<a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\">READ MORE</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n</section>        <!-- About  end here -->\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                                                    20 +\n<h2>Years of Experience</h2>\n2\n<h2>Manufacturing Units</h2>\n32K ft²\n<h2>Area Covered</h2>\n275\n<h2>Work Force</h2>\nFEATURED SERVICES\n<h2>We Provide Visa &amp; Immigration Service\nFrom Experienced Lawyers</h2>\n<!-- service -->\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a>\n<h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\nAn applicant should apply at center in or closest to, the city in which you…\n\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n<!-- Globall-2 area start -->\n\n<section data-wow-delay=\"0.3s\">\n                                Our Presence\n<h2>Sales &amp; Production Network</h2>\nDue to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\n\n<a href=\"#\">View more</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n\n<hr>\n\n</section>        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:21:42', '2022-09-19 12:21:42', '', 219, 'https://akaashbelting.com/demo/?p=2227', 0, 'revision', '', 0),
(2228, 1, '2022-09-19 12:21:42', '2022-09-19 12:21:42', '[smartslider3 slider=\"2\"]\n<!-- About  start here -->\n\n<section>\n                                About AKAASH BELTING (P) LTD\n<h2>20+ Years of Your Trust and Recommendation</h2>\nWe AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\n\n<a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\">READ MORE</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n</section>        <!-- About  end here -->\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                                                    20 +\n<h2>Years of Experience</h2>\n2\n<h2>Manufacturing Units</h2>\n32K ft²\n<h2>Area Covered</h2>\n275\n<h2>Work Force</h2>\nFEATURED SERVICES\n<h2>We Provide Visa &amp; Immigration Service\nFrom Experienced Lawyers</h2>\n<!-- service -->\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a>\n<h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\nAn applicant should apply at center in or closest to, the city in which you…\n\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n<!-- Globall-2 area start -->\n\n<section data-wow-delay=\"0.3s\">\n                                Our Presence\n<h2>Sales &amp; Production Network</h2>\nDue to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\n\n<a href=\"#\">View more</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n\n<hr>\n\n</section>        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:21:42', '2022-09-19 12:21:42', '', 219, 'https://akaashbelting.com/demo/?p=2228', 0, 'revision', '', 0),
(2229, 1, '2022-09-19 12:24:25', '2022-09-19 12:24:25', '', 'process', '', 'inherit', 'open', 'closed', '', 'process', '', '', '2022-09-19 12:24:25', '2022-09-19 12:24:25', '', 219, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/process.jpg', 0, 'attachment', 'image/jpeg', 0),
(2230, 1, '2022-09-19 12:25:05', '2022-09-19 12:25:05', '[smartslider3 slider=\"2\"]\n<!-- About  start here -->\n\n<section>\n                                About AKAASH BELTING (P) LTD\n<h2>20+ Years of Your Trust and Recommendation</h2>\nWe AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\n\n<a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\">READ MORE</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n</section>        <!-- About  end here -->\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                                                    20 +\n<h2>Years of Experience</h2>\n2\n<h2>Manufacturing Units</h2>\n32K ft²\n<h2>Area Covered</h2>\n275\n<h2>Work Force</h2>\nFEATURED SERVICES\n<h2>We Provide Visa &amp; Immigration Service\nFrom Experienced Lawyers</h2>\n<!-- service -->\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a>\n<h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\nAn applicant should apply at center in or closest to, the city in which you…\n\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n<!-- Globall-2 area start -->\n\n<section data-wow-delay=\"0.3s\">\n                                Our Presence\n<h2>Sales &amp; Production Network</h2>\nDue to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\n\n<a href=\"#\">View more</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n\n<hr>\n\n</section>        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:25:05', '2022-09-19 12:25:05', '', 219, 'https://akaashbelting.com/demo/?p=2230', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2231, 1, '2022-09-19 12:25:05', '2022-09-19 12:25:05', '[smartslider3 slider=\"2\"]\n<!-- About  start here -->\n\n<section>\n                                About AKAASH BELTING (P) LTD\n<h2>20+ Years of Your Trust and Recommendation</h2>\nWe AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..\n\n<a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\">READ MORE</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-2-1-1.jpg\" alt=\"\">\n</section>        <!-- About  end here -->\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                                                    20 +\n<h2>Years of Experience</h2>\n2\n<h2>Manufacturing Units</h2>\n32K ft²\n<h2>Area Covered</h2>\n275\n<h2>Work Force</h2>\nFEATURED SERVICES\n<h2>We Provide Visa &amp; Immigration Service\nFrom Experienced Lawyers</h2>\n<!-- service -->\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a>\n<h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\nAn applicant should apply at center in or closest to, the city in which you…\n\n<a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n<!-- Globall-2 area start -->\n\n<section data-wow-delay=\"0.3s\">\n                                Our Presence\n<h2>Sales &amp; Production Network</h2>\nDue to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\n\n<a href=\"#\">View more</a>\n<img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n\n<hr>\n\n</section>        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:25:05', '2022-09-19 12:25:05', '', 219, 'https://akaashbelting.com/demo/?p=2231', 0, 'revision', '', 0),
(2232, 1, '2022-09-19 12:25:05', '2022-09-19 12:25:05', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/process.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:25:05', '2022-09-19 12:25:05', '', 219, 'https://akaashbelting.com/demo/?p=2232', 0, 'revision', '', 0),
(2233, 1, '2022-09-19 12:26:04', '2022-09-19 12:26:04', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/process.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:26:04', '2022-09-19 12:26:04', '', 219, 'https://akaashbelting.com/demo/?p=2233', 0, 'revision', '', 0),
(2234, 1, '2022-09-19 12:26:04', '2022-09-19 12:26:04', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/process.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:26:04', '2022-09-19 12:26:04', '', 219, 'https://akaashbelting.com/demo/?p=2234', 0, 'revision', '', 0),
(2235, 1, '2022-09-19 12:26:04', '2022-09-19 12:26:04', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/process.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:26:04', '2022-09-19 12:26:04', '', 219, 'https://akaashbelting.com/demo/?p=2235', 0, 'revision', '', 0),
(2236, 1, '2022-09-19 12:29:08', '2022-09-19 12:29:08', '', 'our-presence', '', 'inherit', 'open', 'closed', '', 'our-presence-2', '', '', '2022-09-19 12:29:08', '2022-09-19 12:29:08', '', 2, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg', 0, 'attachment', 'image/jpeg', 0),
(2237, 1, '2022-09-19 12:29:20', '2022-09-19 12:29:20', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://akaashbelting.com/demo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:20', '2022-09-19 12:29:20', '', 2, 'https://akaashbelting.com/demo/?p=2237', 0, 'revision', '', 0),
(2238, 1, '2022-09-19 12:29:20', '2022-09-19 12:29:20', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://akaashbelting.com/demo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:20', '2022-09-19 12:29:20', '', 2, 'https://akaashbelting.com/demo/?p=2238', 0, 'revision', '', 0),
(2239, 1, '2022-09-19 12:29:20', '2022-09-19 12:29:20', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Sales &amp; Production Network</h2>                    \n		<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\" />', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:20', '2022-09-19 12:29:20', '', 2, 'https://akaashbelting.com/demo/?p=2239', 0, 'revision', '', 0),
(2240, 1, '2022-09-19 12:29:31', '2022-09-19 12:29:31', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Sales &amp; Production Network</h2>                    \n		<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\" />', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:31', '2022-09-19 12:29:31', '', 2, 'https://akaashbelting.com/demo/?p=2240', 0, 'revision', '', 0),
(2241, 1, '2022-09-19 12:29:31', '2022-09-19 12:29:31', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Sales &amp; Production Network</h2>                    \n		<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\" />', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:31', '2022-09-19 12:29:31', '', 2, 'https://akaashbelting.com/demo/?p=2241', 0, 'revision', '', 0),
(2242, 1, '2022-09-19 12:29:31', '2022-09-19 12:29:31', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Sales &amp; Production Network</h2>                    \n		<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\" />', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:31', '2022-09-19 12:29:31', '', 2, 'https://akaashbelting.com/demo/?p=2242', 0, 'revision', '', 0),
(2243, 1, '2022-09-19 12:29:45', '2022-09-19 12:29:45', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Sales &amp; Production Network</h2>                    \n		<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\" />', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:45', '2022-09-19 12:29:45', '', 2, 'https://akaashbelting.com/demo/?p=2243', 0, 'revision', '', 0),
(2244, 1, '2022-09-19 12:29:45', '2022-09-19 12:29:45', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Sales &amp; Production Network</h2>                    \n		<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\" />', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:45', '2022-09-19 12:29:45', '', 2, 'https://akaashbelting.com/demo/?p=2244', 0, 'revision', '', 0),
(2245, 1, '2022-09-19 12:29:45', '2022-09-19 12:29:45', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>Sales &amp; Production Network</h2>                    \n		<p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\" />', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-19 12:29:45', '2022-09-19 12:29:45', '', 2, 'https://akaashbelting.com/demo/?p=2245', 0, 'revision', '', 0),
(2246, 1, '2022-09-19 12:30:12', '2022-09-19 12:30:12', '', 'thermal-power', '', 'inherit', 'open', 'closed', '', 'thermal-power', '', '', '2022-09-19 12:30:12', '2022-09-19 12:30:12', '', 219, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg', 0, 'attachment', 'image/jpeg', 0),
(2247, 1, '2022-09-19 12:30:38', '2022-09-19 12:30:38', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/process.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:30:38', '2022-09-19 12:30:38', '', 219, 'https://akaashbelting.com/demo/?p=2247', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2248, 1, '2022-09-19 12:30:38', '2022-09-19 12:30:38', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about-1-1-1.png\" alt=\"\">\n                                         <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                             <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/process.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:30:38', '2022-09-19 12:30:38', '', 219, 'https://akaashbelting.com/demo/?p=2248', 0, 'revision', '', 0),
(2249, 1, '2022-09-19 12:30:38', '2022-09-19 12:30:38', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:30:38', '2022-09-19 12:30:38', '', 219, 'https://akaashbelting.com/demo/?p=2249', 0, 'revision', '', 0),
(2250, 1, '2022-09-19 12:35:36', '2022-09-19 12:35:36', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:35:36', '2022-09-19 12:35:36', '', 219, 'https://akaashbelting.com/demo/?p=2250', 0, 'revision', '', 0),
(2251, 1, '2022-09-19 12:35:37', '2022-09-19 12:35:37', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n            <!-- features services start --> \n            <section>\n                                                                    <h2>Talk To Advisor For Credit Transfer.</h2>                                                                                                    <p >By dealing with data, select tools that help you automate time-consuming processes.</p>\n                                                                         Call for help\n                                                                                                            <h5><a href=\"tel:http://1878298023\">+1 878 298 023</a></h5>\n            </section>\n            <!-- features services end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:35:37', '2022-09-19 12:35:37', '', 219, 'https://akaashbelting.com/demo/?p=2251', 0, 'revision', '', 0),
(2252, 1, '2022-09-19 12:35:37', '2022-09-19 12:35:37', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                                                    <h4>Talk To Advisor For Credit Transfer.</h4>                                           \n                            <a href=\"\">Button Text</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:35:37', '2022-09-19 12:35:37', '', 219, 'https://akaashbelting.com/demo/?p=2252', 0, 'revision', '', 0),
(2253, 1, '2022-09-19 12:35:54', '2022-09-19 12:35:54', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                                                    <h4>Talk To Advisor For Credit Transfer.</h4>                                           \n                            <a href=\"\">Button Text</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:35:54', '2022-09-19 12:35:54', '', 219, 'https://akaashbelting.com/demo/?p=2253', 0, 'revision', '', 0),
(2254, 1, '2022-09-19 12:35:54', '2022-09-19 12:35:54', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->\n        <section>\n                                                    <h4>Talk To Advisor For Credit Transfer.</h4>                                           \n                            <a href=\"\">Button Text</a>                        \n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:35:54', '2022-09-19 12:35:54', '', 219, 'https://akaashbelting.com/demo/?p=2254', 0, 'revision', '', 0),
(2255, 1, '2022-09-19 12:35:54', '2022-09-19 12:35:54', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:35:54', '2022-09-19 12:35:54', '', 219, 'https://akaashbelting.com/demo/?p=2255', 0, 'revision', '', 0),
(2256, 1, '2022-09-19 12:42:42', '2022-09-19 12:42:42', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:42:42', '2022-09-19 12:42:42', '', 219, 'https://akaashbelting.com/demo/?p=2256', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2257, 1, '2022-09-19 12:42:42', '2022-09-19 12:42:42', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			                <!-- service -->\n                           <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\"><img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/featurs-3-1.jpg\" alt=\"\"></a> \n                            <h3><a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Job/Work Visa</a></h3>\n                                                                                         <p>An applicant should apply at center in or closest to, the city in which you&hellip;</p>\n                            <a href=\"https://akaashbelting.com/demo/ourservices/job-work-visa/\">Read More </a>\n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:42:42', '2022-09-19 12:42:42', '', 219, 'https://akaashbelting.com/demo/?p=2257', 0, 'revision', '', 0),
(2258, 1, '2022-09-19 12:42:42', '2022-09-19 12:42:42', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:42:42', '2022-09-19 12:42:42', '', 219, 'https://akaashbelting.com/demo/?p=2258', 0, 'revision', '', 0),
(2259, 1, '2022-09-19 12:43:26', '2022-09-19 12:43:26', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:43:26', '2022-09-19 12:43:26', '', 219, 'https://akaashbelting.com/demo/?p=2259', 0, 'revision', '', 0),
(2260, 1, '2022-09-19 12:43:26', '2022-09-19 12:43:26', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:43:26', '2022-09-19 12:43:26', '', 219, 'https://akaashbelting.com/demo/?p=2260', 0, 'revision', '', 0),
(2261, 1, '2022-09-19 12:43:26', '2022-09-19 12:43:26', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-19 12:43:26', '2022-09-19 12:43:26', '', 219, 'https://akaashbelting.com/demo/?p=2261', 0, 'revision', '', 0),
(2263, 1, '2022-09-20 10:56:35', '2022-09-20 10:56:35', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-09-20 10:56:35', '2022-09-20 10:56:35', '', 6, 'https://akaashbelting.com/demo/?p=2263', 0, 'revision', '', 0),
(2264, 1, '2022-09-20 10:57:13', '2022-09-20 10:57:13', '', 'product-display', '', 'inherit', 'open', 'closed', '', 'product-display', '', '', '2022-09-20 10:57:13', '2022-09-20 10:57:13', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/product-display.png', 0, 'attachment', 'image/png', 0),
(2266, 1, '2022-09-20 11:01:14', '2022-09-20 11:01:14', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 11:01:14', '2022-09-20 11:01:14', '', 219, 'https://akaashbelting.com/demo/?p=2266', 0, 'revision', '', 0),
(2267, 1, '2022-09-20 11:01:14', '2022-09-20 11:01:14', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                    FEATURED SERVICES\n                                                    <h2>We Provide Visa &amp; Immigration Service<br>\nFrom Experienced Lawyers</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 11:01:14', '2022-09-20 11:01:14', '', 219, 'https://akaashbelting.com/demo/?p=2267', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2268, 1, '2022-09-20 11:01:15', '2022-09-20 11:01:15', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 11:01:15', '2022-09-20 11:01:15', '', 219, 'https://akaashbelting.com/demo/?p=2268', 0, 'revision', '', 0),
(2271, 1, '2022-09-20 11:12:51', '2022-09-20 11:12:51', '', 'telephone', '', 'inherit', 'open', 'closed', '', 'telephone', '', '', '2022-09-20 11:12:51', '2022-09-20 11:12:51', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/telephone.png', 0, 'attachment', 'image/png', 0),
(2277, 1, '2022-09-20 12:05:04', '2022-09-20 12:05:04', '', 'industry', '', 'inherit', 'open', 'closed', '', 'industry', '', '', '2022-09-20 12:05:04', '2022-09-20 12:05:04', '', 506, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2278, 1, '2022-09-20 12:06:21', '2022-09-20 12:06:21', '', 'industry', '', 'inherit', 'open', 'closed', '', 'industry-2', '', '', '2022-09-20 12:06:21', '2022-09-20 12:06:21', '', 506, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2279, 1, '2022-09-20 12:12:23', '2022-09-20 12:12:23', '<!-- About-2 area start here -->\n        <section data-wow-delay=\"0.3s\">\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-2.jpg\" alt=\"\">\n                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-1-1.jpg\" alt=\"\">\n                                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/seal-1.png\" alt=\"\">\n                                                                                        <h4>ISO Certified</h4>\n                                                                                                                                    <p>1990-2000</p>\n                                About visapass                             \n                                                        <h2>25+ Years of Your Trust and Recommendation </h2>                                                        \n                                <p>For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations</p>\n                                                                                            <h4>Trusted by Millions</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n                                                                                            <h4>Awards Winner</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n        </section>\n        <!-- About-2 area end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Visapass Carries 25+ Year\'s<br>\nAwesome History </h2>        \n			            <!-- About- Tabs area start here -->\n                    <img src=\"https://akaashbelting.com/demo/wp-content/themes/visapass/assets/img/about/pth.png\" alt=\"img\">\n                            <ul id=\"pills-tab\" role=\"tablist\">\n                                                               <li role=\"presentation\">\n                                 <button id=\"pills-0-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-0\" type=\"button\" role=\"tab\" aria-controls=\"pills-0\" aria-selected=\"true\">1990 - 1995</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-1-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-1\" type=\"button\" role=\"tab\" aria-controls=\"pills-1\" aria-selected=\"true\">1996 - 2000</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-2-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-2\" type=\"button\" role=\"tab\" aria-controls=\"pills-2\" aria-selected=\"true\">2001 - 2005</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-3-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-3\" type=\"button\" role=\"tab\" aria-controls=\"pills-3\" aria-selected=\"true\">2006 - 2010</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-4-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-4\" type=\"button\" role=\"tab\" aria-controls=\"pills-4\" aria-selected=\"true\">2011 - 2020</button>\n                               </li>\n                                                            </ul>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n             <!-- About- Tabs area end here -->\n                            <h1>25\n                             K+                           </h1>\n                                                        Happy Clients &amp; Students\n                            <h1>80\n                             +                           </h1>\n                                                        Countries Affiliation\n                            <h1>360\n                                                        </h1>\n                                                        Top University Partner\n                            <h1>23\n                             k+                           </h1>\n                                                        Visa &amp; Immigration\n        <section>\n                               Our Missions                             \n                                                                                    <h2>\n                                We Journey The Global Business to Ensuring The Guarantee                            </h2>\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\n                                <a href=\"https://www.devsnews.com/wp/visapass/services/\">See Packages</a>\n                                                                  <a href=\"#\"> Download Brochure</a>                                \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ab-m-1.jpg\" alt=\"\">\n                                <a href=\"https://www.youtube.com/watch?v=pNje3bWz7V8\"></a>\n        </section>\n                                                    Testimonials \n                                                    <h2>What Clients Say About Us and<br>\nOur Services </h2>                    \n        <section>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\n                                                                         <h4>Dana Holly Joya</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n        </section>\n                                                    Authorized Agents \n                                                    <h2>Our Agents Who are<br>\nDedicatedly Working With Us </h2>                    \n        <section>\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                CEO, Visapass\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\n                                                                Sr. Consultant\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Narayan Kamora</a></h3>\n                                                                Senior Lawyer\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                Manager\n        </section>\n    <!-- style 2 -->\n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\n                       </a> \n		[table id=2 /]', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:12:23', '2022-09-20 12:12:23', '', 506, 'https://akaashbelting.com/demo/?p=2279', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2280, 1, '2022-09-20 12:12:23', '2022-09-20 12:12:23', '<!-- About-2 area start here -->\n        <section data-wow-delay=\"0.3s\">\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-2.jpg\" alt=\"\">\n                                                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/about2-1-1.jpg\" alt=\"\">\n                                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/seal-1.png\" alt=\"\">\n                                                                                        <h4>ISO Certified</h4>\n                                                                                                                                    <p>1990-2000</p>\n                                About visapass                             \n                                                        <h2>25+ Years of Your Trust and Recommendation </h2>                                                        \n                                <p>For the last 25 years, We have helped students, business persons,clients with medical needs. There are many variations tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration tourists, clients with medical needs. There are many variations</p>\n                                                                                            <h4>Trusted by Millions</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n                                                                                            <h4>Awards Winner</h4>\n                                                                                                                                    <p>Most trusted &amp; recommended by millions of students</p>\n        </section>\n        <!-- About-2 area end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Visapass Carries 25+ Year\'s<br>\nAwesome History </h2>        \n			            <!-- About- Tabs area start here -->\n                    <img src=\"https://akaashbelting.com/demo/wp-content/themes/visapass/assets/img/about/pth.png\" alt=\"img\">\n                            <ul id=\"pills-tab\" role=\"tablist\">\n                                                               <li role=\"presentation\">\n                                 <button id=\"pills-0-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-0\" type=\"button\" role=\"tab\" aria-controls=\"pills-0\" aria-selected=\"true\">1990 - 1995</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-1-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-1\" type=\"button\" role=\"tab\" aria-controls=\"pills-1\" aria-selected=\"true\">1996 - 2000</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-2-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-2\" type=\"button\" role=\"tab\" aria-controls=\"pills-2\" aria-selected=\"true\">2001 - 2005</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-3-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-3\" type=\"button\" role=\"tab\" aria-controls=\"pills-3\" aria-selected=\"true\">2006 - 2010</button>\n                               </li>\n                                                              <li role=\"presentation\">\n                                 <button id=\"pills-4-tab\" data-bs-toggle=\"pill\" data-bs-target=\"#pills-4\" type=\"button\" role=\"tab\" aria-controls=\"pills-4\" aria-selected=\"true\">2011 - 2020</button>\n                               </li>\n                                                            </ul>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n                         <style>.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ul li:hover span i,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li::marker,,.elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list ol li, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list h3:hover, .elementor-1353 .elementor-element.elementor-element-8c20eb2 .bdevs-el-list i:hover{-webkit-transform:translateX(0px);transform:translateX(0px);}</style>		\n									<section data-id=\"d9e818a\" data-element_type=\"section\">\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          22 jan 1995\n                                         <h2>Started Journey in New York</h2>                                          <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n                                          25 Aug 1994\n                                          <h2>First Trophy Winner in World</h2>                                             <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation.</p>\n		</section>\n             <!-- About- Tabs area end here -->\n                            <h1>25\n                             K+                           </h1>\n                                                        Happy Clients &amp; Students\n                            <h1>80\n                             +                           </h1>\n                                                        Countries Affiliation\n                            <h1>360\n                                                        </h1>\n                                                        Top University Partner\n                            <h1>23\n                             k+                           </h1>\n                                                        Visa &amp; Immigration\n        <section>\n                               Our Missions                             \n                                                                                    <h2>\n                                We Journey The Global Business to Ensuring The Guarantee                            </h2>\n                                                        <p>For the last 25 years, We have helped students, business persons, tourists, clients with medical needs. There are many variations of passages of Lorem Ipsum available.</p>\n                                <a href=\"https://www.devsnews.com/wp/visapass/services/\">See Packages</a>\n                                                                  <a href=\"#\"> Download Brochure</a>                                \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ab-m-1.jpg\" alt=\"\">\n                                <a href=\"https://www.youtube.com/watch?v=pNje3bWz7V8\"></a>\n        </section>\n                                                    Testimonials \n                                                    <h2>What Clients Say About Us and<br>\nOur Services </h2>                    \n        <section>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-2-1.png\" alt=\"\">\n                                                                         <h4>Dana Holly Joya</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-3-1.png\" alt=\"\">\n                                                                         <h4>Michel Midester</h4>\n                                                                                                            Traveller\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n                                    <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/ts-1-1.png\" alt=\"\">\n                                                                         <h4>Daniel Groveria</h4>\n                                                                                                            Student\n                                                                 <p>Travellers from countries categorized under the high-risk list who are eligible to enter Germany, aged 12 and older, are obliged to present their vaccination certificates</p>\n                                    <ul>\n                                                                                                                                    <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                        <li></li>\n                                                                                                                                                                                                            <li>(Switzerland Visa)</li>\n                                                                            </ul>\n        </section>\n                                                    Authorized Agents \n                                                    <h2>Our Agents Who are<br>\nDedicatedly Working With Us </h2>                    \n        <section>\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-1-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                CEO, Visapass\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-2-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Daniel Hasmass</a></h3>\n                                                                Sr. Consultant\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-3-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Narayan Kamora</a></h3>\n                                                                Senior Lawyer\n                                                                 <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/t-4-1.jpg\" alt=\"\">\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                                                                <a href=\"#\"></a>\n                                <h3><a href=\"https://www.devsnews.com/wp/visapass/team-details/\">Marida Tohaman</a></h3>\n                                                                Manager\n        </section>\n    <!-- style 2 -->\n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\n                       </a> \n                       <a href=\"#\">\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\n                       </a> \n		[table id=2 /]', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:12:23', '2022-09-20 12:12:23', '', 506, 'https://akaashbelting.com/demo/?p=2280', 0, 'revision', '', 0),
(2281, 1, '2022-09-20 12:12:23', '2022-09-20 12:12:23', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:12:23', '2022-09-20 12:12:23', '', 506, 'https://akaashbelting.com/demo/?p=2281', 0, 'revision', '', 0),
(2282, 1, '2022-09-20 12:13:44', '2022-09-20 12:13:44', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:13:44', '2022-09-20 12:13:44', '', 506, 'https://akaashbelting.com/demo/?p=2282', 0, 'revision', '', 0),
(2283, 1, '2022-09-20 12:13:44', '2022-09-20 12:13:44', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:13:44', '2022-09-20 12:13:44', '', 506, 'https://akaashbelting.com/demo/?p=2283', 0, 'revision', '', 0),
(2284, 1, '2022-09-20 12:13:44', '2022-09-20 12:13:44', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:13:44', '2022-09-20 12:13:44', '', 506, 'https://akaashbelting.com/demo/?p=2284', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2285, 1, '2022-09-20 12:13:59', '2022-09-20 12:13:59', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:13:59', '2022-09-20 12:13:59', '', 506, 'https://akaashbelting.com/demo/?p=2285', 0, 'revision', '', 0),
(2286, 1, '2022-09-20 12:13:59', '2022-09-20 12:13:59', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:13:59', '2022-09-20 12:13:59', '', 506, 'https://akaashbelting.com/demo/?p=2286', 0, 'revision', '', 0),
(2287, 1, '2022-09-20 12:13:59', '2022-09-20 12:13:59', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:13:59', '2022-09-20 12:13:59', '', 506, 'https://akaashbelting.com/demo/?p=2287', 0, 'revision', '', 0),
(2288, 1, '2022-09-20 12:15:16', '2022-09-20 12:15:16', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>CLASSICAL V-BELT</h2>\nCLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\n\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\n\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\n\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">\n[table id=2 /]\n\nNote: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio 1.6:1</li>\n 	<li>Temperature range: -18° C to +80° C</li>\n 	<li>Maximum recommended belt speed is 30 m/sec</li>\n</ul>\nAntistatic, Oil and Heat resistant', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-20 12:15:16', '2022-09-20 12:15:16', '', 2135, 'https://akaashbelting.com/demo/?p=2288', 0, 'revision', '', 0),
(2289, 1, '2022-09-20 12:15:17', '2022-09-20 12:15:17', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>CLASSICAL V-BELT</h2>\nCLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\n\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\n\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\n\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">\n[table id=2 /]\n\nNote: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio 1.6:1</li>\n 	<li>Temperature range: -18° C to +80° C</li>\n 	<li>Maximum recommended belt speed is 30 m/sec</li>\n</ul>\nAntistatic, Oil and Heat resistant', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-20 12:15:17', '2022-09-20 12:15:17', '', 2135, 'https://akaashbelting.com/demo/?p=2289', 0, 'revision', '', 0),
(2290, 1, '2022-09-20 12:15:49', '2022-09-20 12:15:49', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>CLASSICAL V-BELT</h2>\nCLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\n\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\n\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\n\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">\n[table id=2 /]\n\nNote: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio 1.6:1</li>\n 	<li>Temperature range: -18° C to +80° C</li>\n 	<li>Maximum recommended belt speed is 30 m/sec</li>\n</ul>\nAntistatic, Oil and Heat resistant', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-20 12:15:49', '2022-09-20 12:15:49', '', 2135, 'https://akaashbelting.com/demo/?p=2290', 0, 'revision', '', 0),
(2291, 1, '2022-09-20 12:16:16', '2022-09-20 12:16:16', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Fractional-Horse-Power-FHP-Belts-puzqa9slaun4h1spjxsfo4q5y9dz0mj5c5wdn4uf7g.jpg\" title=\"Fractional Horse Power (FHP) Belts\" alt=\"Fractional Horse Power (FHP) Belts\">', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-20 12:16:16', '2022-09-20 12:16:16', '', 2189, 'https://akaashbelting.com/demo/?p=2291', 0, 'revision', '', 0),
(2292, 1, '2022-09-20 12:16:17', '2022-09-20 12:16:17', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Fractional-Horse-Power-FHP-Belts-puzqa9slaun4h1spjxsfo4q5y9dz0mj5c5wdn4uf7g.jpg\" title=\"Fractional Horse Power (FHP) Belts\" alt=\"Fractional Horse Power (FHP) Belts\">', 'Fractional Horse Power (FHP) Belts￼', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-20 12:16:17', '2022-09-20 12:16:17', '', 2189, 'https://akaashbelting.com/demo/?p=2292', 0, 'revision', '', 0),
(2293, 1, '2022-09-20 12:16:42', '2022-09-20 12:16:42', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HARVESTER (VARI-SPEED) BELTS</h2>\nIt has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.\n\n[table id=4 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\">', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-20 12:16:42', '2022-09-20 12:16:42', '', 2200, 'https://akaashbelting.com/demo/?p=2293', 0, 'revision', '', 0),
(2294, 1, '2022-09-20 12:16:43', '2022-09-20 12:16:43', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HARVESTER (VARI-SPEED) BELTS</h2>\nIt has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.\n\n[table id=4 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\">', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-20 12:16:43', '2022-09-20 12:16:43', '', 2200, 'https://akaashbelting.com/demo/?p=2294', 0, 'revision', '', 0),
(2295, 1, '2022-09-20 12:16:54', '2022-09-20 12:16:54', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HEXAGONAL V-BELT</h2>\nHEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.\n\n[table id=5 /]\n\nMaximum Belt Linear Speed-30 mtrs./sec\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\" title=\"HEXAGONAL V-BELT\" alt=\"HEXAGONAL V-BELT\">', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-20 12:16:54', '2022-09-20 12:16:54', '', 2184, 'https://akaashbelting.com/demo/?p=2295', 0, 'revision', '', 0),
(2296, 1, '2022-09-20 12:16:55', '2022-09-20 12:16:55', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HEXAGONAL V-BELT</h2>\nHEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.\n\n[table id=5 /]\n\nMaximum Belt Linear Speed-30 mtrs./sec\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\" title=\"HEXAGONAL V-BELT\" alt=\"HEXAGONAL V-BELT\">', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-20 12:16:55', '2022-09-20 12:16:55', '', 2184, 'https://akaashbelting.com/demo/?p=2296', 0, 'revision', '', 0),
(2297, 1, '2022-09-20 12:17:07', '2022-09-20 12:17:07', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>NARROW V-BELT</h2>\nWedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio is 1.2:1</li>\n 	<li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li>\n 	<li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li>\n 	<li>Antistatic, Oil and Heat resistant</li>\n</ul>\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\">\n[table id=6 /]\n\n*For belt speed more than 30 m/s, pulleys must be dynamically balanced.', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-20 12:17:07', '2022-09-20 12:17:07', '', 2149, 'https://akaashbelting.com/demo/?p=2297', 0, 'revision', '', 0),
(2298, 1, '2022-09-20 12:17:08', '2022-09-20 12:17:08', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>NARROW V-BELT</h2>\nWedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio is 1.2:1</li>\n 	<li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li>\n 	<li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li>\n 	<li>Antistatic, Oil and Heat resistant</li>\n</ul>\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\">\n[table id=6 /]\n\n*For belt speed more than 30 m/s, pulleys must be dynamically balanced.', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-20 12:17:08', '2022-09-20 12:17:08', '', 2149, 'https://akaashbelting.com/demo/?p=2298', 0, 'revision', '', 0),
(2299, 1, '2022-09-20 12:22:38', '2022-09-20 12:22:38', '<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\r\n					src=\"https://maps.google.com/maps?q=dhaka%2Cbangladesh&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\r\n					title=\"dhaka,bangladesh\"\r\n					aria-label=\"dhaka,bangladesh\"\r\n			></iframe>\r\n                        <h2>\r\n                Get in Touch             </h2>\r\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\r\n<form action=\"/wp/visapass/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.3\" />\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\r\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\r\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\r\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\r\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\r\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\r\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\r\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\r\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\r\n        <button type=\"submit\">Submit Now</button>\r\n</form>           \r\n            <p></p>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">New York Office </h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    New York Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+1980589360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Washington Office </h2>                        \r\n                                                                                                                <p>Address: <p>7841 Budapast, Harry, WT</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Washington Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7841 Budapast, Harry, WT</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+2%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Chicago Office</h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Chicago Office                </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+3%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:22:38', '2022-09-20 12:22:38', '', 1385, 'https://akaashbelting.com/demo/?p=2299', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2300, 1, '2022-09-20 12:22:38', '2022-09-20 12:22:38', '<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\r\n					src=\"https://maps.google.com/maps?q=dhaka%2Cbangladesh&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\r\n					title=\"dhaka,bangladesh\"\r\n					aria-label=\"dhaka,bangladesh\"\r\n			></iframe>\r\n                        <h2>\r\n                Get in Touch             </h2>\r\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\r\n<form action=\"/wp/visapass/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.3\" />\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\r\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\r\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\r\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\r\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\r\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\r\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\r\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\r\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\r\n        <button type=\"submit\">Submit Now</button>\r\n</form>           \r\n            <p></p>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">New York Office </h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    New York Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+1980589360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Washington Office </h2>                        \r\n                                                                                                                <p>Address: <p>7841 Budapast, Harry, WT</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Washington Office                 </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7841 Budapast, Harry, WT</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+2%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n			        <section>\r\n                            <h2 data-wow-delay=\".4s\">Chicago Office</h2>                        \r\n                                                                                                                <p>Address: <p>7005 Colorado Springs, NY</p></p>\r\n                                                                                                                <p>Email: <p> info@example.com</p></p>\r\n                                                                                                                <p>Phone: <p>+1 980 589 360</p></p>\r\n                                                                                                                <p>Opening: <p>Sun - Thu : 10 AM - 10 PM</p></p>\r\n        </section>\r\n                                <h3>\r\n                    Chicago Office                </h3>\r\n                <ul>\r\n                                                                    <li><a href=\"/wp/visapass/contact/\"> Address: <p>7005 Colorado Springs, NY</p></a></li>\r\n                                                                                            <li><a href=\"mailto:info@example.com\"> Email: <p> info@example.com</p></a></li>\r\n                                                                                            <li><a href=\"tel:+3%20980%20589%20360\"> Phone: <p>+1 980 589 360</p></a></li>\r\n                                                                                            <li><a href=\"/wp/visapass/contact/\"> Opening: <p>Sun - Thu : 10 AM - 10 PM</p></a></li>\r\n                                                            </ul>\r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/1-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/2-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/3-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/4-1.png\" alt=\"\">\r\n                       </a> \r\n                       <a href=\"#\">\r\n                        <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/5-1.png\" alt=\"\">\r\n                       </a>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:22:38', '2022-09-20 12:22:38', '', 1385, 'https://akaashbelting.com/demo/?p=2300', 0, 'revision', '', 0),
(2301, 1, '2022-09-20 12:22:39', '2022-09-20 12:22:39', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:22:39', '2022-09-20 12:22:39', '', 1385, 'https://akaashbelting.com/demo/?p=2301', 0, 'revision', '', 0),
(2302, 1, '2022-09-20 12:23:36', '2022-09-20 12:23:36', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:23:36', '2022-09-20 12:23:36', '', 1385, 'https://akaashbelting.com/demo/?p=2302', 0, 'revision', '', 0),
(2303, 1, '2022-09-20 12:23:36', '2022-09-20 12:23:36', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:23:36', '2022-09-20 12:23:36', '', 1385, 'https://akaashbelting.com/demo/?p=2303', 0, 'revision', '', 0),
(2304, 1, '2022-09-20 12:23:36', '2022-09-20 12:23:36', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:23:36', '2022-09-20 12:23:36', '', 1385, 'https://akaashbelting.com/demo/?p=2304', 0, 'revision', '', 0),
(2305, 1, '2022-09-20 12:32:07', '2022-09-20 12:32:07', '', 'presence-map-home', '', 'inherit', 'open', 'closed', '', 'presence-map-home', '', '', '2022-09-20 12:32:07', '2022-09-20 12:32:07', '', 219, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png', 0, 'attachment', 'image/png', 0),
(2306, 1, '2022-09-20 12:32:12', '2022-09-20 12:32:12', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:32:12', '2022-09-20 12:32:12', '', 219, 'https://akaashbelting.com/demo/?p=2306', 0, 'revision', '', 0),
(2307, 1, '2022-09-20 12:32:12', '2022-09-20 12:32:12', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/01/Map-1-1024x614.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:32:12', '2022-09-20 12:32:12', '', 219, 'https://akaashbelting.com/demo/?p=2307', 0, 'revision', '', 0),
(2308, 1, '2022-09-20 12:32:12', '2022-09-20 12:32:12', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:32:12', '2022-09-20 12:32:12', '', 219, 'https://akaashbelting.com/demo/?p=2308', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2309, 1, '2022-09-20 12:32:48', '2022-09-20 12:32:48', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:32:48', '2022-09-20 12:32:48', '', 219, 'https://akaashbelting.com/demo/?p=2309', 0, 'revision', '', 0),
(2310, 1, '2022-09-20 12:32:48', '2022-09-20 12:32:48', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"/wp/visapass/about/\" href=\"/wp/visapass/about/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:32:48', '2022-09-20 12:32:48', '', 219, 'https://akaashbelting.com/demo/?p=2310', 0, 'revision', '', 0),
(2311, 1, '2022-09-20 12:32:48', '2022-09-20 12:32:48', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:32:48', '2022-09-20 12:32:48', '', 219, 'https://akaashbelting.com/demo/?p=2311', 0, 'revision', '', 0),
(2312, 1, '2022-09-20 12:36:05', '2022-09-20 12:36:05', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:05', '2022-09-20 12:36:05', '', 1385, 'https://akaashbelting.com/demo/?p=2312', 0, 'revision', '', 0),
(2313, 1, '2022-09-20 12:36:05', '2022-09-20 12:36:05', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"name\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Name\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Subject\" />\n<select name=\"select\" aria-invalid=\"false\"><option value=\"Subject\">Subject</option><option value=\"Option 1\">Option 1</option><option value=\"Option 2\">Option 2</option><option value=\"Option 3\">Option 3</option><option value=\"Option 4\">Option 4</option><option value=\"Option 5\">Option 5</option></select>\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:05', '2022-09-20 12:36:05', '', 1385, 'https://akaashbelting.com/demo/?p=2313', 0, 'revision', '', 0),
(2314, 1, '2022-09-20 12:36:05', '2022-09-20 12:36:05', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:05', '2022-09-20 12:36:05', '', 1385, 'https://akaashbelting.com/demo/?p=2314', 0, 'revision', '', 0),
(2315, 1, '2022-09-20 12:36:10', '2022-09-20 12:36:10', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:10', '2022-09-20 12:36:10', '', 1385, 'https://akaashbelting.com/demo/?p=2315', 0, 'revision', '', 0),
(2316, 1, '2022-09-20 12:36:10', '2022-09-20 12:36:10', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:10', '2022-09-20 12:36:10', '', 1385, 'https://akaashbelting.com/demo/?p=2316', 0, 'revision', '', 0),
(2317, 1, '2022-09-20 12:36:10', '2022-09-20 12:36:10', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:10', '2022-09-20 12:36:10', '', 1385, 'https://akaashbelting.com/demo/?p=2317', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2318, 1, '2022-09-20 12:36:30', '2022-09-20 12:36:30', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:30', '2022-09-20 12:36:30', '', 1385, 'https://akaashbelting.com/demo/?p=2318', 0, 'revision', '', 0),
(2319, 1, '2022-09-20 12:36:31', '2022-09-20 12:36:31', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:31', '2022-09-20 12:36:31', '', 1385, 'https://akaashbelting.com/demo/?p=2319', 0, 'revision', '', 0),
(2320, 1, '2022-09-20 12:36:31', '2022-09-20 12:36:31', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:36:31', '2022-09-20 12:36:31', '', 1385, 'https://akaashbelting.com/demo/?p=2320', 0, 'revision', '', 0),
(2321, 1, '2022-09-20 12:38:07', '2022-09-20 12:38:07', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:38:07', '2022-09-20 12:38:07', '', 1385, 'https://akaashbelting.com/demo/?p=2321', 0, 'revision', '', 0),
(2322, 1, '2022-09-20 12:38:07', '2022-09-20 12:38:07', '<section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:38:07', '2022-09-20 12:38:07', '', 1385, 'https://akaashbelting.com/demo/?p=2322', 0, 'revision', '', 0),
(2323, 1, '2022-09-20 12:38:07', '2022-09-20 12:38:07', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:38:07', '2022-09-20 12:38:07', '', 1385, 'https://akaashbelting.com/demo/?p=2323', 0, 'revision', '', 0),
(2324, 1, '2022-09-20 12:40:58', '2022-09-20 12:40:58', '', 'inner-banner (1)', '', 'inherit', 'open', 'closed', '', 'inner-banner-1', '', '', '2022-09-20 12:40:58', '2022-09-20 12:40:58', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/inner-banner-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2326, 1, '2022-09-20 12:42:11', '2022-09-20 12:42:11', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>CLASSICAL V-BELT</h2>\nCLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\n\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\n\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\n\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">\n[table id=2 /]\n\nNote: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio 1.6:1</li>\n 	<li>Temperature range: -18° C to +80° C</li>\n 	<li>Maximum recommended belt speed is 30 m/sec</li>\n</ul>\nAntistatic, Oil and Heat resistant', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-20 12:42:11', '2022-09-20 12:42:11', '', 2135, 'https://akaashbelting.com/demo/?p=2326', 0, 'revision', '', 0),
(2327, 1, '2022-09-20 12:42:34', '2022-09-20 12:42:34', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Sales &amp; Production Network</h2>\nDue to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\">', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-20 12:42:34', '2022-09-20 12:42:34', '', 2, 'https://akaashbelting.com/demo/?p=2327', 0, 'revision', '', 0),
(2328, 1, '2022-09-20 12:42:35', '2022-09-20 12:42:35', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Sales &amp; Production Network</h2>\nDue to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"583\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence.jpg 800w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-300x273.jpg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/our-presence-768x700.jpg 768w\" sizes=\"(max-width: 640px) 100vw, 640px\">', 'Our Presence', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2022-09-20 12:42:35', '2022-09-20 12:42:35', '', 2, 'https://akaashbelting.com/demo/?p=2328', 0, 'revision', '', 0),
(2330, 1, '2022-09-20 12:43:39', '2022-09-20 12:43:39', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:43:39', '2022-09-20 12:43:39', '', 506, 'https://akaashbelting.com/demo/?p=2330', 0, 'revision', '', 0),
(2331, 1, '2022-09-20 12:43:39', '2022-09-20 12:43:39', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:43:39', '2022-09-20 12:43:39', '', 506, 'https://akaashbelting.com/demo/?p=2331', 0, 'revision', '', 0),
(2332, 1, '2022-09-20 12:43:39', '2022-09-20 12:43:39', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-20 12:43:39', '2022-09-20 12:43:39', '', 506, 'https://akaashbelting.com/demo/?p=2332', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2333, 1, '2022-09-20 12:45:45', '2022-09-20 12:45:45', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:45:45', '2022-09-20 12:45:45', '', 1385, 'https://akaashbelting.com/demo/?p=2333', 0, 'revision', '', 0),
(2334, 1, '2022-09-20 12:45:45', '2022-09-20 12:45:45', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:45:45', '2022-09-20 12:45:45', '', 1385, 'https://akaashbelting.com/demo/?p=2334', 0, 'revision', '', 0),
(2335, 1, '2022-09-20 12:45:45', '2022-09-20 12:45:45', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:45:45', '2022-09-20 12:45:45', '', 1385, 'https://akaashbelting.com/demo/?p=2335', 0, 'revision', '', 0),
(2336, 1, '2022-09-20 12:46:05', '2022-09-20 12:46:05', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:46:05', '2022-09-20 12:46:05', '', 1385, 'https://akaashbelting.com/demo/?p=2336', 0, 'revision', '', 0),
(2337, 1, '2022-09-20 12:46:05', '2022-09-20 12:46:05', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:46:05', '2022-09-20 12:46:05', '', 1385, 'https://akaashbelting.com/demo/?p=2337', 0, 'revision', '', 0),
(2338, 1, '2022-09-20 12:46:05', '2022-09-20 12:46:05', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-20 12:46:05', '2022-09-20 12:46:05', '', 1385, 'https://akaashbelting.com/demo/?p=2338', 0, 'revision', '', 0),
(2339, 1, '2022-09-20 12:49:32', '2022-09-20 12:49:32', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:49:32', '2022-09-20 12:49:32', '', 219, 'https://akaashbelting.com/demo/?p=2339', 0, 'revision', '', 0),
(2340, 1, '2022-09-20 12:49:32', '2022-09-20 12:49:32', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:49:32', '2022-09-20 12:49:32', '', 219, 'https://akaashbelting.com/demo/?p=2340', 0, 'revision', '', 0),
(2341, 1, '2022-09-20 12:49:32', '2022-09-20 12:49:32', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-20 12:49:32', '2022-09-20 12:49:32', '', 219, 'https://akaashbelting.com/demo/?p=2341', 0, 'revision', '', 0),
(2342, 1, '2022-09-21 10:51:18', '2022-09-21 10:51:18', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon-2', '', '', '2022-09-21 10:51:18', '2022-09-21 10:51:18', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/favicon.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_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
(2345, 1, '2022-09-21 11:39:08', '2022-09-21 11:39:08', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-21 11:39:08', '2022-09-21 11:39:08', '', 506, 'https://akaashbelting.com/demo/?p=2345', 0, 'revision', '', 0),
(2346, 1, '2022-09-21 11:39:08', '2022-09-21 11:39:08', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-21 11:39:08', '2022-09-21 11:39:08', '', 506, 'https://akaashbelting.com/demo/?p=2346', 0, 'revision', '', 0),
(2347, 1, '2022-09-21 11:39:08', '2022-09-21 11:39:08', '<!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house, In house facilities are Drawing, Cutting, Pressing, Stamping, Bending. Quality is controlled at each &amp; every step of manufacturing.</p>\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>        \n            <h2>Power Transmission belts are proven workhorses of the industry. <br>Capable of performing excellently under tough environment &amp; machine operating conditions.</h2>        \n		<p>AKAASH BELTING (P) LTD. started life as a company in 1993. Our founder Mr. Satish Asija started this company with a great vision to create employment opportunities to the domestic peoples and others.</p><p>The Company maintain a separate R &amp; D section consisting of a well-equipped testing laboratory. The production and R &amp; D activities are manned &amp; looked after by qualified and experienced professionals and other skilled workers, highly capable to produce quality products under the Dynamic and expert guidance of Board of Directors.</p><p>\"VENTA\" has an all-inclusive production set-up that encompasses all processes needed to produce power transmission belts from raw rubber. And our in-house Research &amp;</p><p>Development section is equipped with the latest testing and monitoring equipment’s those help to ensure that attainment of the desired quality in our product.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"640\" height=\"640\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-1024x1024.jpeg 1024w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-300x300.jpeg 300w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-150x150.jpeg 150w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1-768x768.jpeg 768w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/industry-1.jpeg 1536w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n															<img width=\"620\" height=\"464\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg 620w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power-300x225.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />															\n		<p>\"VENTA\" installed the state of art machinery and acquired latest technology. The process of modernization of machinery and technology continues unabated to produce the quality products to meet and match the national and international standards. The main thrust is to keep up our commitment of consistency in quality, batch by batch and to ensure versatile service to our valued clients. \"Akaash\" is a Company that brings care into business, care for the industry, care for the customers and that is where we excel, regionally, nationally and internationally.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2022-09-21 11:39:08', '2022-09-21 11:39:08', '', 506, 'https://akaashbelting.com/demo/?p=2347', 0, 'revision', '', 0),
(2348, 1, '2022-09-21 11:39:36', '2022-09-21 11:39:36', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-21 11:39:36', '2022-09-21 11:39:36', '', 219, 'https://akaashbelting.com/demo/?p=2348', 0, 'revision', '', 0),
(2349, 1, '2022-09-21 11:39:37', '2022-09-21 11:39:37', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/iso.jpg\" alt=\"\">\n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-21 11:39:37', '2022-09-21 11:39:37', '', 219, 'https://akaashbelting.com/demo/?p=2349', 0, 'revision', '', 0),
(2350, 1, '2022-09-21 11:39:37', '2022-09-21 11:39:37', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-21 11:39:37', '2022-09-21 11:39:37', '', 219, 'https://akaashbelting.com/demo/?p=2350', 0, 'revision', '', 0),
(2351, 1, '2022-09-22 06:57:27', '2022-09-22 06:57:27', '', 'footer-logo', '', 'inherit', 'open', 'closed', '', 'footer-logo', '', '', '2022-09-22 06:57:27', '2022-09-22 06:57:27', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/footer-logo.png', 0, 'attachment', 'image/png', 0),
(2352, 1, '2022-09-22 07:04:27', '2022-09-22 07:04:27', '', 'factory', '', 'inherit', 'open', 'closed', '', 'factory', '', '', '2022-09-22 07:04:27', '2022-09-22 07:04:27', '', 219, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/factory.jpg', 0, 'attachment', 'image/jpeg', 0),
(2353, 1, '2022-09-22 07:05:07', '2022-09-22 07:05:07', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 07:05:07', '2022-09-22 07:05:07', '', 219, 'https://akaashbelting.com/demo/?p=2353', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2354, 1, '2022-09-22 07:05:07', '2022-09-22 07:05:07', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 07:05:07', '2022-09-22 07:05:07', '', 219, 'https://akaashbelting.com/demo/?p=2354', 0, 'revision', '', 0),
(2355, 1, '2022-09-22 07:05:07', '2022-09-22 07:05:07', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/factory.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 07:05:07', '2022-09-22 07:05:07', '', 219, 'https://akaashbelting.com/demo/?p=2355', 0, 'revision', '', 0),
(2356, 1, '2022-09-22 07:09:41', '2022-09-22 07:09:41', '', 'footer-logo1', '', 'inherit', 'open', 'closed', '', 'footer-logo1', '', '', '2022-09-22 07:09:41', '2022-09-22 07:09:41', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/footer-logo1.png', 0, 'attachment', 'image/png', 0),
(2357, 1, '2022-09-22 07:12:36', '2022-09-22 07:12:36', '', 'main-logo', '', 'inherit', 'open', 'closed', '', 'main-logo', '', '', '2022-09-22 07:12:36', '2022-09-22 07:12:36', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/main-logo.png', 0, 'attachment', 'image/png', 0),
(2362, 1, '2022-09-22 07:20:55', '2022-09-22 07:20:55', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 07:20:55', '2022-09-22 07:20:55', '', 1385, 'https://akaashbelting.com/demo/?p=2362', 0, 'revision', '', 0),
(2363, 1, '2022-09-22 07:20:55', '2022-09-22 07:20:55', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\n</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opp. Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \n</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 07:20:55', '2022-09-22 07:20:55', '', 1385, 'https://akaashbelting.com/demo/?p=2363', 0, 'revision', '', 0),
(2364, 1, '2022-09-22 07:20:55', '2022-09-22 07:20:55', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 93168 14699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 93168 14699</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 07:20:55', '2022-09-22 07:20:55', '', 1385, 'https://akaashbelting.com/demo/?p=2364', 0, 'revision', '', 0),
(2366, 1, '2022-09-22 07:37:27', '2022-09-22 07:37:27', '', 'factory-bg', '', 'inherit', 'open', 'closed', '', 'factory-bg', '', '', '2022-09-22 07:37:27', '2022-09-22 07:37:27', '', 219, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/factory-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2367, 1, '2022-09-22 07:38:15', '2022-09-22 07:38:15', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/factory.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 07:38:15', '2022-09-22 07:38:15', '', 219, 'https://akaashbelting.com/demo/?p=2367', 0, 'revision', '', 0),
(2368, 1, '2022-09-22 07:38:15', '2022-09-22 07:38:15', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/factory.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 07:38:15', '2022-09-22 07:38:15', '', 219, 'https://akaashbelting.com/demo/?p=2368', 0, 'revision', '', 0),
(2369, 1, '2022-09-22 07:38:15', '2022-09-22 07:38:15', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 07:38:15', '2022-09-22 07:38:15', '', 219, 'https://akaashbelting.com/demo/?p=2369', 0, 'revision', '', 0),
(2373, 1, '2022-09-22 08:46:27', '2022-09-22 08:46:27', '[table id=7 /]', 'Raw Edge Cogged Belt', '', 'publish', 'closed', 'closed', '', 'raw-edge-cogged-belt', '', '', '2022-09-22 08:52:18', '2022-09-22 08:52:18', '', 0, 'https://akaashbelting.com/demo/?page_id=2373', 0, 'page', '', 0),
(2374, 1, '2022-09-22 08:46:27', '2022-09-22 08:46:27', '', 'Raw Edge Cogged Belt', '', 'inherit', 'closed', 'closed', '', '2373-revision-v1', '', '', '2022-09-22 08:46:27', '2022-09-22 08:46:27', '', 2373, 'https://akaashbelting.com/demo/?p=2374', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2375, 1, '2022-09-22 08:46:47', '2022-09-22 08:46:47', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Fractional Horse Power (FHP) Belts</h2>\nF.H.P. V-BELTS are built for maximum tension control, drive uniformity and long life, with minimum heat build-up and stretching on low horse power electric motors and gasoline engines.\n\n[table id=3 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Fractional-Horse-Power-FHP-Belts-puzqa9slaun4h1spjxsfo4q5y9dz0mj5c5wdn4uf7g.jpg\" title=\"Fractional Horse Power (FHP) Belts\" alt=\"Fractional Horse Power (FHP) Belts\">', 'Fractional Horse Power (FHP) Belts', '', 'inherit', 'closed', 'closed', '', '2189-revision-v1', '', '', '2022-09-22 08:46:47', '2022-09-22 08:46:47', '', 2189, 'https://akaashbelting.com/demo/?p=2375', 0, 'revision', '', 0),
(2376, 1, '2022-09-22 08:49:02', '2022-09-22 08:49:02', '[[\"Type \",\"Classical\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Wedge\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Narrow V\",\"#colspan#\"],[\"Section\",\"ZX\",\"AX\",\"BX\",\"CX\",\"SPZX\",\"SPAX\",\"SPBX\",\"SPCX\",\"3VX\",\"5VX\"],[\"Top Width (mm)\",\"10\",\"13\",\"17\",\"22\",\"10\",\"13\",\"16.5\",\"22\",\"9.7\",\"15.7\"],[\"Thickness (mm)\",\"6\",\"8\",\"11\",\"14\",\"8\",\"10\",\"13\",\"18\",\"8\",\"13.5\"],[\"Incl. angle (deg)\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\"],[\"Nominal Length\",\"26-75 inch \",\"19-150 inch\",\"28-150 inch\",\"32-150 inch \",\"650-3800 mm\",\"700-3800 mm\",\"1000-3800 mm\",\"1000-3800 mm\",\"25-150 inch\",\"45-150 inch\"]]', 'Raw edge cogged belt.xlsx', 'Raw edge cogged belt.xlsx', 'publish', 'closed', 'closed', '', 'raw-edge-cogged-belt-xlsx', '', '', '2022-09-22 08:51:28', '2022-09-22 08:51:28', '', 0, 'https://akaashbelting.com/demo/?post_type=tablepress_table&#038;p=2376', 0, 'tablepress_table', 'application/json', 0),
(2377, 1, '2022-09-22 08:51:28', '2022-09-22 08:51:28', '[[\"Type \",\"Classical\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Wedge\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Narrow V\",\"#colspan#\"],[\"Section\",\"ZX\",\"AX\",\"BX\",\"CX\",\"SPZX\",\"SPAX\",\"SPBX\",\"SPCX\",\"3VX\",\"5VX\"],[\"Top Width (mm)\",\"10\",\"13\",\"17\",\"22\",\"10\",\"13\",\"16.5\",\"22\",\"9.7\",\"15.7\"],[\"Thickness (mm)\",\"6\",\"8\",\"11\",\"14\",\"8\",\"10\",\"13\",\"18\",\"8\",\"13.5\"],[\"Incl. angle (deg)\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\",\"38\"],[\"Nominal Length\",\"26-75 inch \",\"19-150 inch\",\"28-150 inch\",\"32-150 inch \",\"650-3800 mm\",\"700-3800 mm\",\"1000-3800 mm\",\"1000-3800 mm\",\"25-150 inch\",\"45-150 inch\"]]', 'Raw edge cogged belt.xlsx', 'Raw edge cogged belt.xlsx', 'inherit', 'closed', 'closed', '', '2376-revision-v1', '', '', '2022-09-22 08:51:28', '2022-09-22 08:51:28', '', 2376, 'https://akaashbelting.com/demo/?p=2377', 0, 'revision', '', 0),
(2378, 1, '2022-09-22 08:51:55', '2022-09-22 08:51:55', '', 'Raw Edge Cogged Belt', '', 'inherit', 'closed', 'closed', '', '2373-revision-v1', '', '', '2022-09-22 08:51:55', '2022-09-22 08:51:55', '', 2373, 'https://akaashbelting.com/demo/?p=2378', 0, 'revision', '', 0),
(2379, 1, '2022-09-22 08:51:55', '2022-09-22 08:51:55', '', 'Raw Edge Cogged Belt', '', 'inherit', 'closed', 'closed', '', '2373-revision-v1', '', '', '2022-09-22 08:51:55', '2022-09-22 08:51:55', '', 2373, 'https://akaashbelting.com/demo/?p=2379', 0, 'revision', '', 0),
(2380, 1, '2022-09-22 08:51:55', '2022-09-22 08:51:55', '[table id=7 /]', 'Raw Edge Cogged Belt', '', 'inherit', 'closed', 'closed', '', '2373-revision-v1', '', '', '2022-09-22 08:51:55', '2022-09-22 08:51:55', '', 2373, 'https://akaashbelting.com/demo/?p=2380', 0, 'revision', '', 0),
(2381, 1, '2022-09-22 08:52:18', '2022-09-22 08:52:18', '[table id=7 /]', 'Raw Edge Cogged Belt', '', 'inherit', 'closed', 'closed', '', '2373-revision-v1', '', '', '2022-09-22 08:52:18', '2022-09-22 08:52:18', '', 2373, 'https://akaashbelting.com/demo/?p=2381', 0, 'revision', '', 0),
(2382, 1, '2022-09-22 08:52:39', '2022-09-22 08:52:39', ' ', '', '', 'publish', 'closed', 'closed', '', '2382', '', '', '2022-09-22 08:52:39', '2022-09-22 08:52:39', '', 0, 'https://akaashbelting.com/demo/?p=2382', 9, 'nav_menu_item', '', 0),
(2388, 1, '2022-09-22 13:03:26', '2022-09-22 13:03:26', '', 'maxresdefault', '', 'inherit', 'open', 'closed', '', 'maxresdefault', '', '', '2022-09-22 13:03:26', '2022-09-22 13:03:26', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/maxresdefault.jpg', 0, 'attachment', 'image/jpeg', 0),
(2389, 1, '2022-09-22 13:03:28', '2022-09-22 13:03:28', '', '1663828703742', '', 'inherit', 'open', 'closed', '', '1663828703742', '', '', '2022-09-22 13:03:28', '2022-09-22 13:03:28', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/1663828703742-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2390, 1, '2022-09-22 13:03:32', '2022-09-22 13:03:32', '', 'IMG-20220922-WA0006', '', 'inherit', 'open', 'closed', '', 'img-20220922-wa0006', '', '', '2022-09-22 13:03:32', '2022-09-22 13:03:32', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/IMG-20220922-WA0006-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2391, 1, '2022-09-22 13:03:35', '2022-09-22 13:03:35', '', '1663827103144', '', 'inherit', 'open', 'closed', '', '1663827103144', '', '', '2022-09-22 13:03:35', '2022-09-22 13:03:35', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/1663827103144-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2392, 1, '2022-09-22 13:03:37', '2022-09-22 13:03:37', '', '1663827103124', '', 'inherit', 'open', 'closed', '', '1663827103124', '', '', '2022-09-22 13:03:37', '2022-09-22 13:03:37', '', 0, 'http://akaashbelting.com/demo/wp-content/uploads/2022/09/1663827103124-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2393, 1, '2022-09-22 13:08:30', '2022-09-22 13:08:30', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 13:08:30', '2022-09-22 13:08:30', '', 219, 'https://akaashbelting.com/?p=2393', 0, 'revision', '', 0),
(2394, 1, '2022-09-22 13:08:30', '2022-09-22 13:08:30', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/demo/about-us/\" href=\"https://akaashbelting.com/demo/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/demo/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/demo/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/demo/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/demo/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 13:08:30', '2022-09-22 13:08:30', '', 219, 'https://akaashbelting.com/?p=2394', 0, 'revision', '', 0),
(2395, 1, '2022-09-22 13:08:30', '2022-09-22 13:08:30', '[smartslider3 slider=\"2\"]		\n        <!-- About  start here -->\n        <section>\n                                About AKAASH BELTING (P) LTD                             \n                                                        <h2>20+ Years of Your Trust and Recommendation</h2>                            \n                                                                                                <p >We AKAASH BELTING (P) LTD. are pleased to introduce ourselves as the Manufacturer and Exporter of V-Belts for Industrial and Agriculture usage with Make-Venta. We have been into manufacturing for the last 20 years, having 2 mfg. units with the covered area of 32000 square feet with the work force of 275, complete manufacturing process is done in house..</p>\n                                                                                                    <a data-wow-delay=\"1.2s\" href=\"https://akaashbelting.com/about-us/\" href=\"https://akaashbelting.com/about-us/\">READ MORE</a>                                                            \n                                     <img src=\"http://akaashbelting.com/wp-content/uploads/2022/09/thermal-power.jpg\" alt=\"\">\n        </section>\n        <!-- About  end here -->\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                    20 +\n                                                    <h2>Years of Experience</h2>                    \n                                                    2\n                                                    <h2>Manufacturing Units</h2>                    \n                                                    32K ft²\n                                                    <h2>Area Covered</h2>                    \n                                                    275\n                                                    <h2>Work Force</h2>                    \n                                                  <h2>Our Product Range</h2>                    \n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://akaashbelting.com/classical-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1-554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1-162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/Classical-V-Belt1.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>CLASSICAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/narrow-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt-554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt-162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/Narrow-V-Belt.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>NARROW V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/hexagonal-v-belt/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT--162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/HEXAGONAL-V-BELT-.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n																<a href=\"https://akaashbelting.com/harvester-vari-speed-belts/\">\n							<img width=\"554\" height=\"1024\" src=\"http://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts-554x1024.jpg 554w, https://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts-162x300.jpg 162w, https://akaashbelting.com/wp-content/uploads/2022/09/Hervester-Belts.jpg 641w\" sizes=\"(max-width: 554px) 100vw, 554px\" />								</a>\n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n        <!-- Globall-2 area start -->\n        <section data-wow-delay=\"0.3s\">\n                                Our Presence                            \n                                                        <h2>Sales &amp; Production Network</h2>                                                            <p>Due to the great accomplishments of project completion in the agreed time frame, we are among the reputable companies worldwide. That helped us a lot in grabbing huge clientele across the world.</p>\n                                                        <a href=\"#\">View more</a>                        \n                            <img src=\"http://akaashbelting.com/wp-content/uploads/2022/09/presence-map-home.png\" alt=\"\">\n                    <hr>\n        </section>\n        <!-- Globall-2 area end -->', 'Home', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2022-09-22 13:08:30', '2022-09-22 13:08:30', '', 219, 'https://akaashbelting.com/?p=2395', 0, 'revision', '', 0),
(2397, 1, '2022-09-22 13:12:53', '2022-09-22 13:12:53', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 93168 14699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 93168 14699</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 13:12:53', '2022-09-22 13:12:53', '', 1385, 'https://akaashbelting.com/?p=2397', 0, 'revision', '', 0),
(2398, 1, '2022-09-22 13:12:53', '2022-09-22 13:12:53', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/demo/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003</a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 93168 14699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 93168 14699</a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 13:12:53', '2022-09-22 13:12:53', '', 1385, 'https://akaashbelting.com/?p=2398', 0, 'revision', '', 0),
(2399, 1, '2022-09-22 13:12:53', '2022-09-22 13:12:53', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003, 98143 14699</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: <a href=\"tel:98889 34699\">98889 34699</a>, <a href=\"tel:0161 5002003\">0161 5002003</a>, <a href=\"tel:98143 14699\">98143 14699</a></a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 98889 34699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: <a href=\"tel:98143 14699\">98143 14699</a>, <a href=\"tel:98889 34699\">98889 34699</a></a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 13:12:53', '2022-09-22 13:12:53', '', 1385, 'https://akaashbelting.com/?p=2399', 0, 'revision', '', 0),
(2401, 1, '2022-09-22 14:32:36', '2022-09-22 14:32:36', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HARVESTER (VARI-SPEED) BELTS</h2>\nIt has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.\n\n[table id=4 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\">', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-22 14:32:36', '2022-09-22 14:32:36', '', 2200, 'https://akaashbelting.com/?p=2401', 0, 'revision', '', 0),
(2402, 1, '2022-09-22 14:32:36', '2022-09-22 14:32:36', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HARVESTER (VARI-SPEED) BELTS</h2>\nIt has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.\n\n[table id=4 /]\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\">', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-22 14:32:36', '2022-09-22 14:32:36', '', 2200, 'https://akaashbelting.com/?p=2402', 0, 'revision', '', 0),
(2403, 1, '2022-09-22 14:32:36', '2022-09-22 14:32:36', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HARVESTER (VARI-SPEED) BELTS</h2>                    \n		<p>It has range of Wrapped V Belts for use Combine Harvesters. These belts have been specifically designed for excellent performance under variable speed conditions.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/Hervester-Belts-puzqbmo768i18rtpmix19se4uap24vx6uvtmlity7w.jpg\" title=\"Hervester Belts\" alt=\"Hervester Belts\" />															\n		[table id=4 /]', 'HARVESTER (VARI-SPEED) BELTS', '', 'inherit', 'closed', 'closed', '', '2200-revision-v1', '', '', '2022-09-22 14:32:36', '2022-09-22 14:32:36', '', 2200, 'https://akaashbelting.com/?p=2403', 0, 'revision', '', 0),
(2404, 1, '2022-09-22 14:32:54', '2022-09-22 14:32:54', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HEXAGONAL V-BELT</h2>\nHEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.\n\n[table id=5 /]\n\nMaximum Belt Linear Speed-30 mtrs./sec\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\" title=\"HEXAGONAL V-BELT\" alt=\"HEXAGONAL V-BELT\">', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-22 14:32:54', '2022-09-22 14:32:54', '', 2184, 'https://akaashbelting.com/?p=2404', 0, 'revision', '', 0),
(2405, 1, '2022-09-22 14:32:54', '2022-09-22 14:32:54', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>HEXAGONAL V-BELT</h2>\nHEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.\n\n[table id=5 /]\n\nMaximum Belt Linear Speed-30 mtrs./sec\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\" title=\"HEXAGONAL V-BELT\" alt=\"HEXAGONAL V-BELT\">', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-22 14:32:54', '2022-09-22 14:32:54', '', 2184, 'https://akaashbelting.com/?p=2405', 0, 'revision', '', 0);
INSERT INTO `wp_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
(2406, 1, '2022-09-22 14:32:54', '2022-09-22 14:32:54', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>HEXAGONAL V-BELT</h2>                    \n		<p>HEXAGONAL V-BELT are also known as Double V-belts. In simple terms it can be considered as two V-belts joined back-to-back. The neutral axis containing the tension member is exactly half way up the section.</p>[table id=5 /]<p>Maximum Belt Linear Speed-30 mtrs./sec</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/HEXAGONAL-V-BELT--puzq6kbicdkeof6l7c3eu2epljnunlt9ht9fhucbr0.jpg\" title=\"HEXAGONAL V-BELT\" alt=\"HEXAGONAL V-BELT\" />', 'HEXAGONAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2184-revision-v1', '', '', '2022-09-22 14:32:54', '2022-09-22 14:32:54', '', 2184, 'https://akaashbelting.com/?p=2406', 0, 'revision', '', 0),
(2407, 1, '2022-09-22 14:33:15', '2022-09-22 14:33:15', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>NARROW V-BELT</h2>\nWedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio is 1.2:1</li>\n 	<li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li>\n 	<li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li>\n 	<li>Antistatic, Oil and Heat resistant</li>\n</ul>\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\">\n[table id=6 /]\n\n*For belt speed more than 30 m/s, pulleys must be dynamically balanced.', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-22 14:33:15', '2022-09-22 14:33:15', '', 2149, 'https://akaashbelting.com/?p=2407', 0, 'revision', '', 0),
(2408, 1, '2022-09-22 14:33:15', '2022-09-22 14:33:15', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>NARROW V-BELT</h2>\nWedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio is 1.2:1</li>\n 	<li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li>\n 	<li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li>\n 	<li>Antistatic, Oil and Heat resistant</li>\n</ul>\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\">\n[table id=6 /]\n\n*For belt speed more than 30 m/s, pulleys must be dynamically balanced.', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-22 14:33:15', '2022-09-22 14:33:15', '', 2149, 'https://akaashbelting.com/?p=2408', 0, 'revision', '', 0),
(2409, 1, '2022-09-22 14:33:15', '2022-09-22 14:33:15', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>NARROW V-BELT </h2>                    \n		<p>Wedge belts are used primarily on all new drives because of space savings achieved by using these belts. These belts find their extensive use in all industrial applications from light duty drives as those for pumps to heavily loaded.</p><p>Features:</p><ul><li>Top width to height ratio is 1.2:1</li><li>Temperature range:- 18<sup>O </sup>C to +80<sup>O </sup>C</li><li>Less deformation of the belt cross-section when in contact with the pulleys ensures better contact between the belt flanks and the pulley grooves</li><li>Antistatic, Oil and Heat resistant</li></ul>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/Narrow-V-Belt-puzpz94p6rk4dlsvw6bvfwtn9np2scsf5mlh4d6k58.jpg\" title=\"Narrow V-Belt\" alt=\"Narrow V-Belt\" />															\n		[table id=6 /]<p>*For belt speed more than 30 m/s, pulleys must be dynamically balanced.</p>', 'NARROW V-BELT', '', 'inherit', 'closed', 'closed', '', '2149-revision-v1', '', '', '2022-09-22 14:33:15', '2022-09-22 14:33:15', '', 2149, 'https://akaashbelting.com/?p=2409', 0, 'revision', '', 0),
(2410, 1, '2022-09-22 14:34:04', '2022-09-22 14:34:04', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>CLASSICAL V-BELT</h2>\nCLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\n\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\n\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\n\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">\n[table id=2 /]\n\nNote: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio 1.6:1</li>\n 	<li>Temperature range: -18° C to +80° C</li>\n 	<li>Maximum recommended belt speed is 30 m/sec</li>\n</ul>\nAntistatic, Oil and Heat resistant', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-22 14:34:04', '2022-09-22 14:34:04', '', 2135, 'https://akaashbelting.com/?p=2410', 0, 'revision', '', 0),
(2411, 1, '2022-09-22 14:34:04', '2022-09-22 14:34:04', '<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>CLASSICAL V-BELT</h2>\nCLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.\n\nWear resistant bias cut neoprene rubberized polyester cotton fabric\nHigh tenacity, low stretch, specially treated polyester &amp; kevlar cords\nHigh tensile cord embedding cushion rubber compound\nSpecially compounded high modulus compression rubber\nStandards, Dimensions &amp; Product Range:\n\nWe manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside\n\nlength (Li) in inches. The length conversion factors are mentioned in the specification sheet below.\n\n<style>/*! elementor - v3.7.6 - 15-09-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/demo/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\">\n[table id=2 /]\n\nNote: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length\n\nFeatures:\n<ul>\n 	<li>Top width to height ratio 1.6:1</li>\n 	<li>Temperature range: -18° C to +80° C</li>\n 	<li>Maximum recommended belt speed is 30 m/sec</li>\n</ul>\nAntistatic, Oil and Heat resistant', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-22 14:34:04', '2022-09-22 14:34:04', '', 2135, 'https://akaashbelting.com/?p=2411', 0, 'revision', '', 0),
(2412, 1, '2022-09-22 14:34:04', '2022-09-22 14:34:04', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>                \n                                                  <h2>CLASSICAL V-BELT </h2>                    \n		<p>CLASSICAL V-BELT is Heat &amp; Oil resistant, antistatic, universal belt type with good power transmission capabilities. The V-belts have tolerance level stable and they can be combined into matched sets without sorting.</p><p>Wear resistant bias cut neoprene rubberized polyester cotton fabric<br />High tenacity, low stretch, specially treated polyester &amp; kevlar cords<br />High tensile cord embedding cushion rubber compound<br />Specially compounded high modulus compression rubber<br />Standards, Dimensions &amp; Product Range:</p><p>We manufacture the entire range of Classical V-belts. The nominal length designation for these belts is inside</p><p>length (Li) in inches. The length conversion factors are mentioned in the specification sheet below.</p>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"http://akaashbelting.com/wp-content/uploads/elementor/thumbs/Classical-V-Belt1-puzpkv7ml1v4ogp6wggfs1inycltz4obif4xowihdo.jpg\" title=\"Classical V-Belt1\" alt=\"Classical V-Belt1\" />															\n		[table id=2 /]<p>Note: Li: Inside Length, La: Outside Length, Lp: Pitch Length, Le: Effective Length</p><p>Features:</p><ul><li>Top width to height ratio 1.6:1</li><li>Temperature range: -18° C to +80° C</li><li>Maximum recommended belt speed is 30 m/sec</li></ul><p>Antistatic, Oil and Heat resistant</p>', 'CLASSICAL V-BELT', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2022-09-22 14:34:04', '2022-09-22 14:34:04', '', 2135, 'https://akaashbelting.com/?p=2412', 0, 'revision', '', 0),
(2413, 1, '2022-09-22 14:37:31', '2022-09-22 14:37:31', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003, 98143 14699</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: <a href=\"tel:98889 34699\">98889 34699</a>, <a href=\"tel:0161 5002003\">0161 5002003</a>, <a href=\"tel:98143 14699\">98143 14699</a></a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 98889 34699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: <a href=\"tel:98143 14699\">98143 14699</a>, <a href=\"tel:98889 34699\">98889 34699</a></a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 14:37:31', '2022-09-22 14:37:31', '', 1385, 'https://akaashbelting.com/?p=2413', 0, 'revision', '', 0),
(2414, 1, '2022-09-22 14:37:31', '2022-09-22 14:37:31', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889 34699, 0161 5002003, 98143 14699</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: <a href=\"tel:98889 34699\">98889 34699</a>, <a href=\"tel:0161 5002003\">0161 5002003</a>, <a href=\"tel:98143 14699\">98143 14699</a></a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143 14699, 98889 34699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: <a href=\"tel:98143 14699\">98143 14699</a>, <a href=\"tel:98889 34699\">98889 34699</a></a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 14:37:31', '2022-09-22 14:37:31', '', 1385, 'https://akaashbelting.com/?p=2414', 0, 'revision', '', 0),
(2415, 1, '2022-09-22 14:37:31', '2022-09-22 14:37:31', '<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.7.6 - 15-09-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=2624%2C%20Opp.%20Sugar%20Mill%2C%20Muktsar%20Road%2C%20City-%20Malout-152107%20%28Punjab%29%20INDIA.&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n					aria-label=\"2624, Opp. Sugar Mill, Muktsar Road, City- Malout-152107 (Punjab) INDIA.\"\n			></iframe>\n                        <h2>\n                Get in Touch             </h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f1423-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1423\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1423-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n        <input type=\"text\" name=\"fname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"First Name\" />\n        <input type=\"text\" name=\"lname\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n        <input type=\"text\" name=\"phone\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Phone\" />\n        <input type=\"email\" name=\"email\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Your Email\" />\n       <textarea name=\"message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Your Message\"></textarea>\n        <button type=\"submit\">Submit Now</button>\n</form>           \n            <p></p>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Corporate Office</h2>                        \n                                                                                                                <p>\n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: 98889-34699, 0161-5002003, 98143-14699</p>\n        </section>\n                                <h3>\n                    Corporate Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n1st &amp; 2nd Floor,\n# 348/4/1/A, <br>Netaji Nagar, Salem Tabri,<br>\nNear ICICI Bank,\n<br>City Ludhiana-141008\n(Punjab) INDIA\nPhone: <a href=\"tel:98889-34699\">98889-34699</a>, <a href=\"tel:0161-5002003\">0161-5002003</a>, <a href=\"tel:98143-14699\">98143-14699</a></a></li>\n                                                            </ul>\n			        <section>\n                            <h2 data-wow-delay=\".4s\">Head Office</h2>                        \n                                                                                                                <p>\n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: 98143-14699, 98889-34699</p>\n        </section>\n                                <h3>\n                    Head Office                </h3>\n                <ul>\n                                                                    <li><a href=\"\"> \n2624, Opposite Sugar Mill,<br>\nMuktsar Road,<br>\nCity- Malout-152107 <br>(Punjab) INDIA. \nPhone: <a href=\"tel:98143-14699\">98143-14699</a>, <a href=\"tel:98889-34699\">98889-34699</a></a></li>\n                                                            </ul>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2022-09-22 14:37:31', '2022-09-22 14:37:31', '', 1385, 'https://akaashbelting.com/?p=2415', 0, 'revision', '', 0);

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

--
-- Table structure for table `wp_termmeta`
--

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

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

--
-- Table structure for table `wp_terms`
--

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

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'App &amp; Saas', 'app-saas', 0),
(3, 'Fresh Products', 'fresh-products', 0),
(4, 'Graphics', 'graphics', 0),
(5, 'IOS/Android Design', 'ios-android-design', 0),
(6, 'Saas Design', 'saas-design', 0),
(7, 'Web Design', 'web-design', 0),
(8, 'Web Development', 'web-development', 0),
(9, 'Animation', 'animation', 0),
(10, 'Blog', 'blog', 0),
(11, 'Branding', 'branding', 0),
(12, 'Design', 'design', 0),
(13, 'Ideas', 'ideas', 0),
(14, 'Landing', 'landing', 0),
(15, 'Pix Saas Blog', 'pix-saas-blog', 0),
(16, 'The Saas', 'the-saas', 0),
(17, 'UI/UX', 'ui-ux', 0),
(18, 'Australia', 'australia', 0),
(19, 'Bangladesh', 'bangladesh', 0),
(20, 'Canada', 'canada', 0),
(21, 'China', 'china', 0),
(22, 'Education of child', 'education-of-child', 0),
(23, 'landing-page', 'landing-page', 0),
(24, 'New Zealand', 'new-zealand', 0),
(25, 'Student of 2022', 'student-of-2022', 0),
(26, 'Switzerland', 'switzerland', 0),
(27, 'Tourist Visa Status', 'tourist-visa-status', 0),
(28, 'United Kingdom', 'united-kingdom', 0),
(29, 'United State Tours', 'united-state-tours', 0),
(30, 'United States', 'united-states', 0),
(31, 'USA Work Visa', 'usa-work-visa', 0),
(32, 'Work From Outside', 'work-from-outside', 0),
(33, 'Main Menu', 'main-menu', 0),
(34, 'Quick Links', 'quick-links', 0),
(36, 'Video', 'post-format-video', 0),
(37, 'visapass', 'visapass', 0);

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

--
-- Table structure for table `wp_term_relationships`
--

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

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(117, 2, 0),
(117, 3, 0),
(117, 4, 0),
(117, 5, 0),
(117, 6, 0),
(117, 7, 0),
(117, 8, 0),
(117, 9, 0),
(117, 11, 0),
(117, 12, 0),
(117, 13, 0),
(117, 14, 0),
(117, 15, 0),
(117, 16, 0),
(117, 17, 0),
(124, 1, 0),
(124, 2, 0),
(124, 3, 0),
(124, 4, 0),
(124, 5, 0),
(124, 6, 0),
(124, 7, 0),
(124, 8, 0),
(124, 9, 0),
(124, 11, 0),
(124, 12, 0),
(124, 13, 0),
(124, 14, 0),
(124, 15, 0),
(124, 16, 0),
(124, 17, 0),
(128, 1, 0),
(128, 2, 0),
(128, 3, 0),
(128, 4, 0),
(128, 5, 0),
(128, 6, 0),
(128, 7, 0),
(128, 8, 0),
(128, 12, 0),
(128, 13, 0),
(128, 14, 0),
(128, 15, 0),
(128, 16, 0),
(128, 17, 0),
(132, 1, 0),
(132, 2, 0),
(132, 3, 0),
(132, 4, 0),
(132, 5, 0),
(132, 6, 0),
(132, 7, 0),
(132, 8, 0),
(132, 12, 0),
(132, 13, 0),
(132, 14, 0),
(136, 1, 0),
(136, 2, 0),
(136, 3, 0),
(136, 4, 0),
(136, 5, 0),
(136, 6, 0),
(136, 7, 0),
(136, 8, 0),
(136, 14, 0),
(136, 15, 0),
(136, 36, 0),
(140, 1, 0),
(140, 2, 0),
(140, 3, 0),
(140, 4, 0),
(140, 5, 0),
(140, 6, 0),
(140, 7, 0),
(140, 8, 0),
(140, 10, 0),
(140, 16, 0),
(140, 17, 0),
(1040, 27, 0),
(1040, 29, 0),
(1353, 23, 0),
(1500, 21, 0),
(1709, 18, 0),
(1732, 24, 0),
(1737, 26, 0),
(1746, 28, 0),
(1756, 20, 0),
(1762, 30, 0),
(1787, 19, 0),
(1879, 33, 0),
(1889, 33, 0),
(1897, 34, 0),
(1899, 34, 0),
(1900, 34, 0),
(1902, 34, 0),
(2087, 37, 0),
(2147, 33, 0),
(2148, 33, 0),
(2216, 33, 0),
(2217, 33, 0),
(2218, 33, 0),
(2219, 33, 0),
(2220, 33, 0),
(2224, 33, 0),
(2382, 33, 0);

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

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 6),
(2, 2, 'category', '', 0, 6),
(3, 3, 'category', '', 0, 6),
(4, 4, 'category', '', 0, 6),
(5, 5, 'category', '', 0, 6),
(6, 6, 'category', '', 0, 6),
(7, 7, 'category', '', 0, 6),
(8, 8, 'category', '', 0, 6),
(9, 9, 'post_tag', '', 0, 2),
(10, 10, 'post_tag', '', 0, 1),
(11, 11, 'post_tag', '', 0, 2),
(12, 12, 'post_tag', '', 0, 4),
(13, 13, 'post_tag', '', 0, 4),
(14, 14, 'post_tag', '', 0, 5),
(15, 15, 'post_tag', '', 0, 4),
(16, 16, 'post_tag', '', 0, 4),
(17, 17, 'post_tag', '', 0, 4),
(18, 18, 'country-categories', '', 0, 1),
(19, 19, 'country-categories', '', 0, 1),
(20, 20, 'country-categories', '', 0, 1),
(21, 21, 'country-categories', '', 0, 1),
(22, 22, 'service-categories', '', 0, 0),
(23, 23, 'elementor_library_type', '', 0, 1),
(24, 24, 'country-categories', '', 0, 1),
(25, 25, 'service-categories', '', 0, 0),
(26, 26, 'country-categories', '', 0, 1),
(27, 27, 'service-categories', '', 0, 1),
(28, 28, 'country-categories', '', 0, 1),
(29, 29, 'service-categories', '', 0, 1),
(30, 30, 'country-categories', '', 0, 1),
(31, 31, 'service-categories', '', 0, 0),
(32, 32, 'service-categories', '', 0, 0),
(33, 33, 'nav_menu', '', 0, 11),
(34, 34, 'nav_menu', '', 0, 4),
(36, 36, 'post_format', '', 0, 1),
(37, 37, 'wp_theme', '', 0, 1);

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

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'akaashbelting'),
(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, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wpzinsta-settings-pointer,tp09_edit_drag_drop_sort,theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'wp_user-settings', 'libraryContent=browse&hidetb=1&editor=tinymce'),
(18, 1, 'wp_user-settings-time', '1663585537'),
(19, 1, 'wp_dashboard_quick_press_last_post_id', '2418'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"223.177.201.0\";}'),
(21, 1, 'wpzinsta-settings-pointer-dismissed', 'wpzinsta-settings-pointer'),
(22, 1, 'elementor_introduction', 'a:1:{s:7:\"exit_to\";b:1;}'),
(24, 1, 'wp_tablepress_user_options', '{\"user_options_db_version\":43,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),
(25, 1, 'managetablepress_listcolumnshidden', 'a:1:{i:0;s:22:\"table_last_modified_by\";}'),
(26, 1, 'nav_menu_recently_edited', '33'),
(27, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(28, 1, 'metaboxhidden_nav-menus', 'a:9:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:29:\"add-post-type-bdevs-countries\";i:2;s:28:\"add-post-type-bdevs-services\";i:3;s:25:\"add-post-type-bdevs-cases\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:22:\"add-country-categories\";i:7;s:22:\"add-service-categories\";i:8;s:20:\"add-cases-categories\";}'),
(29, 1, 'closedpostboxes_tablepress_edit', 'a:0:{}'),
(30, 1, 'metaboxhidden_tablepress_edit', 'a:0:{}'),
(31, 1, 'closedpostboxes_dashboard', 'a:6:{i:0;s:20:\"e-dashboard-overview\";i:1;s:21:\"dashboard_site_health\";i:2;s:19:\"dashboard_right_now\";i:3;s:18:\"dashboard_activity\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),
(32, 1, 'metaboxhidden_dashboard', 'a:0:{}'),
(34, 1, 'session_tokens', 'a:3:{s:64:\"e570c60076d9a0ab40e2fc1cb9197f3d8b93c2a1ec9f4565eb15cda93644957f\";a:4:{s:10:\"expiration\";i:1722768318;s:2:\"ip\";s:12:\"38.137.20.38\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0\";s:5:\"login\";i:1722595518;}s:64:\"e4b6f59efcac7955b283b84a361aa9c4d669d9ce428234adfc66c4eeb797c9dc\";a:4:{s:10:\"expiration\";i:1722769419;s:2:\"ip\";s:14:\"106.221.80.122\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0\";s:5:\"login\";i:1722596619;}s:64:\"9720e8d880492b2005c49c78f4bb309f8268c8e21e229d7d294b9a8092a00d7d\";a:4:{s:10:\"expiration\";i:1722856512;s:2:\"ip\";s:15:\"223.177.201.237\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1722683712;}}');

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

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'akaashbelting', '$P$BQj2Pi44KgTsBoNlHi0AO/1f0NxOyg/', 'akaashbelting', 'demo1@gmail.com', 'http://akaashbelting.com/demo', '2022-09-19 07:40:38', '', 0, 'akaashbelting');

--
-- Indexes for dumped tables
--

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

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

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

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

--
-- Indexes for table `wp_nextend2_image_storage`
--
ALTER TABLE `wp_nextend2_image_storage`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash` (`hash`);

--
-- Indexes for table `wp_nextend2_section_storage`
--
ALTER TABLE `wp_nextend2_section_storage`
  ADD PRIMARY KEY (`id`),
  ADD KEY `system` (`system`),
  ADD KEY `editable` (`editable`),
  ADD KEY `application` (`application`,`section`(50),`referencekey`(50)),
  ADD KEY `application_2` (`application`,`section`(50));

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

--
-- Indexes for table `wp_nextend2_smartslider3_sliders`
--
ALTER TABLE `wp_nextend2_smartslider3_sliders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `status` (`status`),
  ADD KEY `time` (`time`);

--
-- Indexes for table `wp_nextend2_smartslider3_sliders_xref`
--
ALTER TABLE `wp_nextend2_smartslider3_sliders_xref`
  ADD PRIMARY KEY (`group_id`,`slider_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `wp_nextend2_smartslider3_slides`
--
ALTER TABLE `wp_nextend2_smartslider3_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`),
  ADD KEY `publish_up` (`publish_up`),
  ADD KEY `publish_down` (`publish_down`),
  ADD KEY `generator_id` (`generator_id`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `slider` (`slider`),
  ADD KEY `thumbnail` (`thumbnail`(100));

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_all_in_one_redirection`
--
ALTER TABLE `wp_all_in_one_redirection`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_nextend2_image_storage`
--
ALTER TABLE `wp_nextend2_image_storage`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `wp_nextend2_section_storage`
--
ALTER TABLE `wp_nextend2_section_storage`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10623;

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

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

--
-- AUTO_INCREMENT for table `wp_nextend2_smartslider3_slides`
--
ALTER TABLE `wp_nextend2_smartslider3_slides`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
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 */;
